Html Css Color HEX #0F4E42 Deep Teal

📋 copy color: '#0F4E42'

red 15 ◦ green 78 ◦ blue 66

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

Shades of Deep Teal #0F4E42

Tints of Deep Teal #0F4E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 49.06%

 BLUE value IS 66 (26.17% from 255) = 41.51%

R = 9.43%
G = 49.06%
B = 41.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#0F4E42 (or 0x0F4E42) is known color: Deep Teal. HEX triplet: 0F, 4E and 42. RGB value is (15,78,66). Sum of RGB (Red+Green+Blue) = 15+78+66=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #0F4E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4E42 is #F0B1BD. Grayscale: #393939. Windows color (decimal): -15774142 or 4345359. OLE color: 4345359.

HSL color Cylindrical-coordinate representation of color #0F4E42: hue angle of 168.57º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4E42 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 78 66 -
CMYK 0.81 0 0.15 0.69
HSL 168.57º 0.68% 0.18% -
HSV(B) 168.57º 0.81% 0.31% -
XYZ 3.9 5.94 6.1 -
YUV 57.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 15 78 66 0.81 0 0.15 0.69 168.57 0.68 0.18
Hex F 4E 42 51 0 F 45 A9 44 12
Octal 17 116 102 121 0 17 105 251 104 22
Binary 1111 1001110 1000010 1010001 0 1111 1000101 10101001 1000100 10010

Color Harmonies of #0F4E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4E42

Black with #0F4E42

Text Example


Text Example

White with #0F4E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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