Html Css Color HEX #08A28E Persian Green

📋 copy color: '#08A28E'

red 8 ◦ green 162 ◦ blue 142

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

Shades of Persian Green #08A28E

Tints of Persian Green #08A28E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.92%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 2.56%
G = 51.92%
B = 45.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#08A28E (or 0x08A28E) is known color: Persian Green. HEX triplet: 08, A2 and 8E. RGB value is (8,162,142). Sum of RGB (Red+Green+Blue) = 8+162+142=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #08A28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A28E is #F75D71. Grayscale: #717171. Windows color (decimal): -16211314 or 9347592. OLE color: 9347592.

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

Color convert

RGB 8 162 142 -
CMYK 0.95 0 0.12 0.36
HSL 172.21º 0.91% 0.33% -
HSV(B) 172.21º 0.95% 0.64% -
XYZ 17.9 27.85 30.02 -
YUV 113.67 143.98 52.63 -
System Red Green Blue C M Y K H S L
Decimal 8 162 142 0.95 0 0.12 0.36 172.21 0.91 0.33
Hex 8 A2 8E 5F 0 C 24 AC 5B 21
Octal 10 242 216 137 0 14 44 254 133 41
Binary 1000 10100010 10001110 1011111 0 1100 100100 10101100 1011011 100001

Color Harmonies of #08A28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A28E

Black with #08A28E

Text Example


Text Example

White with #08A28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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