Html Css Color HEX #0F3C38 Deep Teal

📋 copy color: '#0F3C38'

red 15 ◦ green 60 ◦ blue 56

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

Shades of Deep Teal #0F3C38

Tints of Deep Teal #0F3C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.8%

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

R = 11.45%
G = 45.8%
B = 42.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#0F3C38 (or 0x0F3C38) is known color: Deep Teal. HEX triplet: 0F, 3C and 38. RGB value is (15,60,56). Sum of RGB (Red+Green+Blue) = 15+60+56=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #0F3C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3C38 is #F0C3C7. Grayscale: #2E2E2E. Windows color (decimal): -15778760 or 3685391. OLE color: 3685391.

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

Color convert

RGB 15 60 56 -
CMYK 0.75 0 0.07 0.76
HSL 174.67º 0.6% 0.15% -
HSV(B) 174.67º 0.75% 0.24% -
XYZ 2.53 3.62 4.31 -
YUV 46.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 15 60 56 0.75 0 0.07 0.76 174.67 0.6 0.15
Hex F 3C 38 4B 0 7 4C AF 3C F
Octal 17 74 70 113 0 7 114 257 74 17
Binary 1111 111100 111000 1001011 0 111 1001100 10101111 111100 1111

Color Harmonies of #0F3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3C38

Black with #0F3C38

Text Example


Text Example

White with #0F3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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