#08523D

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

Shades of Deep Teal #08523D

Tints of Deep Teal #08523D

Color information

#08523D (or 0x08523D) is unknown color: approx Deep Teal. HEX triplet: 08, 52 and 3D. RGB value is (8,82,61). Sum of RGB (Red+Green+Blue) = 8+82+61=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #08523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08523D is #F7ADC2. Grayscale: #393939. Windows color (decimal): -16231875 or 4018696. OLE color: 4018696.

HSL color Cylindrical-coordinate representation of color #08523D: hue angle of 162.97º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08523D is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB88261-
CMYK0.9000.260.68
HSL162.97º82.22%17.65%-
HSV(B)162.97º90.24%32.16%-
XYZ3.966.425.45-
YUV57.48129.9892.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 82 (32.42% from 255) = 54.30%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=5.30%
G=54.30%
B=40.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882610.9000.260.68162.9782.2217.65
Hex8523D5A01A44a35212
Octal101227513203210424312222
Binary100010100101111011011010011010100010010100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08523D; }

 p { color: rgb(8,82,61); }

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

<style>
 a { background-color: #08523D; }

 a { background-color: rgb(8,82,61); }

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

<style>
 span { border-color: #08523D; }

 span { border-color: rgb(8,82,61); }

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