Html Css Color HEX #08AEA2 Persian Green

📋 copy color: '#08AEA2'

red 8 ◦ green 174 ◦ blue 162

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

Shades of Persian Green #08AEA2

Tints of Persian Green #08AEA2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.58%

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

R = 2.33%
G = 50.58%
B = 47.09%

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

#08AEA2 (or 0x08AEA2) is known color: Persian Green. HEX triplet: 08, AE and A2. RGB value is (8,174,162). Sum of RGB (Red+Green+Blue) = 8+174+162=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #08AEA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AEA2 is #F7515D. Grayscale: #7A7A7A. Windows color (decimal): -16208222 or 10661384. OLE color: 10661384.

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

Color convert

RGB 8 174 162 -
CMYK 0.95 0 0.07 0.32
HSL 175.66º 0.91% 0.36% -
HSV(B) 175.66º 0.95% 0.68% -
XYZ 21.76 32.93 39.39 -
YUV 123 150 45.98 -
System Red Green Blue C M Y K H S L
Decimal 8 174 162 0.95 0 0.07 0.32 175.66 0.91 0.36
Hex 8 AE A2 5F 0 7 20 B0 5B 24
Octal 10 256 242 137 0 7 40 260 133 44
Binary 1000 10101110 10100010 1011111 0 111 100000 10110000 1011011 100100

Color Harmonies of #08AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AEA2

Black with #08AEA2

Text Example


Text Example

White with #08AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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