Html Css Color HEX #08523D Deep Teal

📋 copy color: '#08523D'

red 8 ◦ green 82 ◦ blue 61

#08523D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #08523D

Tints of Deep Teal #08523D

RGB

 RED value IS 8 (3.52% from 255) = 5.3%

 GREEN value IS 82 (32.42% from 255) = 54.3%

 BLUE value IS 61 (24.22% from 255) = 40.4%

R = 5.3%
G = 54.3%
B = 40.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#08523D (or 0x08523D) is known color: 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

RGB 8 82 61 -
CMYK 0.90 0 0.26 0.68
HSL 162.97º 0.82% 0.18% -
HSV(B) 162.97º 0.9% 0.32% -
XYZ 3.96 6.42 5.45 -
YUV 57.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 8 82 61 0.90 0 0.26 0.68 162.97 0.82 0.18
Hex 8 52 3D 5A 0 1A 44 A3 52 12
Octal 10 122 75 132 0 32 104 243 122 22
Binary 1000 1010010 111101 1011010 0 11010 1000100 10100011 1010010 10010

Color Harmonies of #08523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08523D

Black with #08523D

Text Example


Text Example

White with #08523D

Text Example


Text Example

HTML Codes & Css Web 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>