#0F4B3C

Color #0F4B3C Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #0F4B3C

Tints of Deep Teal #0F4B3C

Color information

#0F4B3C (or 0x0F4B3C) is unknown color: approx Deep Teal. HEX triplet: 0F, 4B and 3C. RGB value is (15,75,60). Sum of RGB (Red+Green+Blue) = 15+75+60=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4B3C is #F0B4C3. Grayscale: #373737. Windows color (decimal): -15774916 or 3951375. OLE color: 3951375.

HSL color Cylindrical-coordinate representation of color #0F4B3C: hue angle of 165º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B3C is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB157560-
CMYK0.8000.200.71
HSL165º66.67%17.65%-
HSV(B)165º80%29.41%-
XYZ3.535.465.14-
YUV55.35130.6299.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10%
GREEN value IS 75 (29.69% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 40%
R=10%
G=50%
B=40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1575600.8000.200.7116566.6717.65
HexF4B3C5001447a54312
Octal171137412002410724510322
Binary111110010111111001010000010100100011110100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F4B3C;
 }
 .AnyTagClassName
 {
   color: #0F4B3C;
 }
</style>
background-color css

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

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

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

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

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

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