#08533E

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

Shades of Deep Teal #08533E

Tints of Deep Teal #08533E

Color information

#08533E (or 0x08533E) is unknown color: approx Deep Teal. HEX triplet: 08, 53 and 3E. RGB value is (8,83,62). Sum of RGB (Red+Green+Blue) = 8+83+62=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #08533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08533E is #F7ACC1. Grayscale: #3A3A3A. Windows color (decimal): -16231618 or 4084488. OLE color: 4084488.

HSL color Cylindrical-coordinate representation of color #08533E: hue angle of 163.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08533E is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB88362-
CMYK0.9000.250.67
HSL163.2º82.42%17.84%-
HSV(B)163.2º90.36%32.55%-
XYZ4.066.595.61-
YUV58.18130.1592.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 83 (32.81% from 255) = 54.25%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=5.23%
G=54.25%
B=40.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883620.9000.250.67163.282.4217.84
Hex8533E5A01943a35212
Octal101237613203110324312222
Binary100010100111111101011010011001100001110100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08533E; }

 p { color: rgb(8,83,62); }

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

<style>
 a { background-color: #08533E; }

 a { background-color: rgb(8,83,62); }

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

<style>
 span { border-color: #08533E; }

 span { border-color: rgb(8,83,62); }

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