Html Css Color HEX #08ADA1 Persian Green

📋 copy color: '#08ADA1'

red 8 ◦ green 173 ◦ blue 161

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

Shades of Persian Green #08ADA1

Tints of Persian Green #08ADA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.08%

R = 2.34%
G = 50.58%
B = 47.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#08ADA1 (or 0x08ADA1) is known color: Persian Green. HEX triplet: 08, AD and A1. RGB value is (8,173,161). Sum of RGB (Red+Green+Blue) = 8+173+161=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #08ADA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08ADA1 is #F7525E. Grayscale: #7A7A7A. Windows color (decimal): -16208479 or 10595592. OLE color: 10595592.

HSL color Cylindrical-coordinate representation of color #08ADA1: hue angle of 175.64º 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 #08ADA1 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 173 161 -
CMYK 0.95 0 0.07 0.32
HSL 175.64º 0.91% 0.35% -
HSV(B) 175.64º 0.95% 0.68% -
XYZ 21.48 32.51 38.86 -
YUV 122.3 149.84 46.48 -
System Red Green Blue C M Y K H S L
Decimal 8 173 161 0.95 0 0.07 0.32 175.64 0.91 0.35
Hex 8 AD A1 5F 0 7 20 B0 5B 23
Octal 10 255 241 137 0 7 40 260 133 43
Binary 1000 10101101 10100001 1011111 0 111 100000 10110000 1011011 100011

Color Harmonies of #08ADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ADA1

Black with #08ADA1

Text Example


Text Example

White with #08ADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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