#0F3833

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

Shades of Deep Teal #0F3833

Tints of Deep Teal #0F3833

Color information

#0F3833 (or 0x0F3833) is unknown color: approx Deep Teal. HEX triplet: 0F, 38 and 33. RGB value is (15,56,51). Sum of RGB (Red+Green+Blue) = 15+56+51=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #0F3833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3833 is #F0C7CC. Grayscale: #2B2B2B. Windows color (decimal): -15779789 or 3356687. OLE color: 3356687.

HSL color Cylindrical-coordinate representation of color #0F3833: hue angle of 172.68º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3833 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB155651-
CMYK0.7300.090.78
HSL172.68º57.75%13.92%-
HSV(B)172.68º73.21%21.96%-
XYZ2.213.173.63-
YUV43.17132.42107.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.30%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=12.30%
G=45.90%
B=41.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1556510.7300.090.78172.6857.7513.92
HexF383349094Ead3ae
Octal1770631110111162557216
Binary11111110001100111001001010011001110101011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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