Html Css Color HEX #0F433D Deep Teal

📋 copy color: '#0F433D'

red 15 ◦ green 67 ◦ blue 61

#0F433D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #0F433D

Tints of Deep Teal #0F433D

RGB

 RED value IS 15 (6.25% from 255) = 10.49%

 GREEN value IS 67 (26.56% from 255) = 46.85%

 BLUE value IS 61 (24.22% from 255) = 42.66%

R = 10.49%
G = 46.85%
B = 42.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F433D (or 0x0F433D) is known color: Deep Teal. HEX triplet: 0F, 43 and 3D. RGB value is (15,67,61). Sum of RGB (Red+Green+Blue) = 15+67+61=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #0F433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F433D is #F0BCC2. Grayscale: #323232. Windows color (decimal): -15776963 or 4014863. OLE color: 4014863.

HSL color Cylindrical-coordinate representation of color #0F433D: hue angle of 173.08º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F433D is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 67 61 -
CMYK 0.78 0 0.09 0.74
HSL 173.08º 0.63% 0.16% -
HSV(B) 173.08º 0.78% 0.26% -
XYZ 3.05 4.45 5.11 -
YUV 50.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 15 67 61 0.78 0 0.09 0.74 173.08 0.63 0.16
Hex F 43 3D 4E 0 9 4A AD 3F 10
Octal 17 103 75 116 0 11 112 255 77 20
Binary 1111 1000011 111101 1001110 0 1001 1001010 10101101 111111 10000

Color Harmonies of #0F433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F433D

Black with #0F433D

Text Example


Text Example

White with #0F433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F433D; }

 p { color: rgb(15,67,61); }

 H1.HeaderClassName
 {
   color: #0F433D;
 }
 .AnyTagClassName
 {
   color: #0F433D;
 }
</style>

background-color css

<style>
 a { background-color: #0F433D; }

 a { background-color: rgb(15,67,61); }

 div.DivClassName
 {
   background-color: #0F433D;
 }
 .BgClassName
 {
   background-color: #0F433D;
 }
</style>

border-color css

<style>
 span { border-color: #0F433D; }

 span { border-color: rgb(15,67,61); }

 td.TdClassName
 {
   border-color: #0F433D;
 }
 .TagClassName
 {
   border-color: #0F433D;
 }
</style>