Html Css Color HEX #08ABA3 Persian Green

📋 copy color: '#08ABA3'

red 8 ◦ green 171 ◦ blue 163

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

Shades of Persian Green #08ABA3

Tints of Persian Green #08ABA3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50%

 BLUE value IS 163 (64.06% from 255) = 47.66%

R = 2.34%
G = 50%
B = 47.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#08ABA3 (or 0x08ABA3) is known color: Persian Green. HEX triplet: 08, AB and A3. RGB value is (8,171,163). Sum of RGB (Red+Green+Blue) = 8+171+163=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #08ABA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08ABA3 is #F7545C. Grayscale: #797979. Windows color (decimal): -16208989 or 10726152. OLE color: 10726152.

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

Color convert

RGB 8 171 163 -
CMYK 0.95 0 0.05 0.33
HSL 177.06º 0.91% 0.35% -
HSV(B) 177.06º 0.95% 0.67% -
XYZ 21.27 31.82 39.67 -
YUV 121.35 151.5 47.15 -
System Red Green Blue C M Y K H S L
Decimal 8 171 163 0.95 0 0.05 0.33 177.06 0.91 0.35
Hex 8 AB A3 5F 0 5 21 B1 5B 23
Octal 10 253 243 137 0 5 41 261 133 43
Binary 1000 10101011 10100011 1011111 0 101 100001 10110001 1011011 100011

Color Harmonies of #08ABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ABA3

Black with #08ABA3

Text Example


Text Example

White with #08ABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,171,163); }

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

background-color css

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

 a { background-color: rgb(8,171,163); }

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

border-color css

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

 span { border-color: rgb(8,171,163); }

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