#08503B

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

Shades of Deep Teal #08503B

Tints of Deep Teal #08503B

Color information

#08503B (or 0x08503B) is unknown color: approx Deep Teal. HEX triplet: 08, 50 and 3B. RGB value is (8,80,59). Sum of RGB (Red+Green+Blue) = 8+80+59=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #08503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08503B is #F7AFC4. Grayscale: #383838. Windows color (decimal): -16232389 or 3887112. OLE color: 3887112.

HSL color Cylindrical-coordinate representation of color #08503B: hue angle of 162.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08503B is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB88059-
CMYK0.9000.260.69
HSL162.5º81.82%17.25%-
HSV(B)162.5º90%31.37%-
XYZ3.766.15.12-
YUV56.08129.6593.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=5.44%
G=54.42%
B=40.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal880590.9000.260.69162.581.8217.25
Hex8503B5A01A45a25211
Octal101207313203210524212221
Binary100010100001110111011010011010100010110100010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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