Html Css Color HEX #08ADA2 Persian Green

📋 copy color: '#08ADA2'

red 8 ◦ green 173 ◦ blue 162

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

Shades of Persian Green #08ADA2

Tints of Persian Green #08ADA2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.44%

 BLUE value IS 162 (63.67% from 255) = 47.23%

R = 2.33%
G = 50.44%
B = 47.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#08ADA2 (or 0x08ADA2) is known color: Persian Green. HEX triplet: 08, AD and A2. RGB value is (8,173,162). Sum of RGB (Red+Green+Blue) = 8+173+162=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #08ADA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08ADA2 is #F7525D. Grayscale: #7A7A7A. Windows color (decimal): -16208478 or 10661128. OLE color: 10661128.

HSL color Cylindrical-coordinate representation of color #08ADA2: hue angle of 176º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08ADA2 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 173 162 -
CMYK 0.95 0 0.06 0.32
HSL 176º 0.91% 0.35% -
HSV(B) 176º 0.95% 0.68% -
XYZ 21.57 32.55 39.33 -
YUV 122.41 150.34 46.39 -
System Red Green Blue C M Y K H S L
Decimal 8 173 162 0.95 0 0.06 0.32 176 0.91 0.35
Hex 8 AD A2 5F 0 6 20 B0 5B 23
Octal 10 255 242 137 0 6 40 260 133 43
Binary 1000 10101101 10100010 1011111 0 110 100000 10110000 1011011 100011

Color Harmonies of #08ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ADA2

Black with #08ADA2

Text Example


Text Example

White with #08ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08ADA2; }

 p { color: rgb(8,173,162); }

 H1.HeaderClassName
 {
   color: #08ADA2;
 }
 .AnyTagClassName
 {
   color: #08ADA2;
 }
</style>

background-color css

<style>
 a { background-color: #08ADA2; }

 a { background-color: rgb(8,173,162); }

 div.DivClassName
 {
   background-color: #08ADA2;
 }
 .BgClassName
 {
   background-color: #08ADA2;
 }
</style>

border-color css

<style>
 span { border-color: #08ADA2; }

 span { border-color: rgb(8,173,162); }

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