#08453B

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

Shades of Deep Teal #08453B

Tints of Deep Teal #08453B

Color information

#08453B (or 0x08453B) is unknown color: approx Deep Teal. HEX triplet: 08, 45 and 3B. RGB value is (8,69,59). Sum of RGB (Red+Green+Blue) = 8+69+59=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #08453B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08453B is #F7BAC4. Grayscale: #313131. Windows color (decimal): -16235205 or 3884296. OLE color: 3884296.

HSL color Cylindrical-coordinate representation of color #08453B: hue angle of 170.16º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08453B is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB86959-
CMYK0.8800.140.73
HSL170.16º79.22%15.1%-
HSV(B)170.16º88.41%27.06%-
XYZ3.024.624.87-
YUV49.62133.2998.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 69 (27.34% from 255) = 50.74%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=5.88%
G=50.74%
B=43.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869590.8800.140.73170.1679.2215.1
Hex8453B580E49aa4ff
Octal101057313001611125211717
Binary1000100010111101110110000111010010011010101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08453B; }

 p { color: rgb(8,69,59); }

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

<style>
 a { background-color: #08453B; }

 a { background-color: rgb(8,69,59); }

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

<style>
 span { border-color: #08453B; }

 span { border-color: rgb(8,69,59); }

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