Html Css Color HEX #0F3E38 Deep Teal

📋 copy color: '#0F3E38'

red 15 ◦ green 62 ◦ blue 56

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

Shades of Deep Teal #0F3E38

Tints of Deep Teal #0F3E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 46.62%

 BLUE value IS 56 (22.27% from 255) = 42.11%

R = 11.28%
G = 46.62%
B = 42.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#0F3E38 (or 0x0F3E38) is known color: Deep Teal. HEX triplet: 0F, 3E and 38. RGB value is (15,62,56). Sum of RGB (Red+Green+Blue) = 15+62+56=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3E38 is #F0C1C7. Grayscale: #2F2F2F. Windows color (decimal): -15778248 or 3685903. OLE color: 3685903.

HSL color Cylindrical-coordinate representation of color #0F3E38: hue angle of 172.34º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3E38 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 62 56 -
CMYK 0.76 0 0.10 0.76
HSL 172.34º 0.61% 0.15% -
HSV(B) 172.34º 0.76% 0.24% -
XYZ 2.63 3.83 4.34 -
YUV 47.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 15 62 56 0.76 0 0.10 0.76 172.34 0.61 0.15
Hex F 3E 38 4C 0 A 4C AC 3D F
Octal 17 76 70 114 0 12 114 254 75 17
Binary 1111 111110 111000 1001100 0 1010 1001100 10101100 111101 1111

Color Harmonies of #0F3E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3E38

Black with #0F3E38

Text Example


Text Example

White with #0F3E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,62,56); }

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

background-color css

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

 a { background-color: rgb(15,62,56); }

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

border-color css

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

 span { border-color: rgb(15,62,56); }

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