Html Css Color HEX #0F423B Deep Teal

📋 copy color: '#0F423B'

red 15 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #0F423B

Tints of Deep Teal #0F423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.14%

 BLUE value IS 59 (23.44% from 255) = 42.14%

R = 10.71%
G = 47.14%
B = 42.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#0F423B (or 0x0F423B) is known color: Deep Teal. HEX triplet: 0F, 42 and 3B. RGB value is (15,66,59). Sum of RGB (Red+Green+Blue) = 15+66+59=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #0F423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F423B is #F0BDC4. Grayscale: #313131. Windows color (decimal): -15777221 or 3883535. OLE color: 3883535.

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

Color convert

RGB 15 66 59 -
CMYK 0.77 0 0.11 0.74
HSL 171.76º 0.63% 0.16% -
HSV(B) 171.76º 0.77% 0.26% -
XYZ 2.93 4.31 4.82 -
YUV 49.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 15 66 59 0.77 0 0.11 0.74 171.76 0.63 0.16
Hex F 42 3B 4D 0 B 4A AC 3F 10
Octal 17 102 73 115 0 13 112 254 77 20
Binary 1111 1000010 111011 1001101 0 1011 1001010 10101100 111111 10000

Color Harmonies of #0F423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F423B

Black with #0F423B

Text Example


Text Example

White with #0F423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,59); }

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

background-color css

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

 a { background-color: rgb(15,66,59); }

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

border-color css

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

 span { border-color: rgb(15,66,59); }

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