Html Css Color HEX #08AB8B Persian Green

📋 copy color: '#08AB8B'

red 8 ◦ green 171 ◦ blue 139

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

Shades of Persian Green #08AB8B

Tints of Persian Green #08AB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 2.52%
G = 53.77%
B = 43.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#08AB8B (or 0x08AB8B) is known color: Persian Green. HEX triplet: 08, AB and 8B. RGB value is (8,171,139). Sum of RGB (Red+Green+Blue) = 8+171+139=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #08AB8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AB8B is #F75474. Grayscale: #767676. Windows color (decimal): -16209013 or 9153288. OLE color: 9153288.

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

Color convert

RGB 8 171 139 -
CMYK 0.95 0 0.19 0.33
HSL 168.22º 0.91% 0.35% -
HSV(B) 168.22º 0.95% 0.67% -
XYZ 19.32 31.04 29.4 -
YUV 118.62 139.5 49.1 -
System Red Green Blue C M Y K H S L
Decimal 8 171 139 0.95 0 0.19 0.33 168.22 0.91 0.35
Hex 8 AB 8B 5F 0 13 21 A8 5B 23
Octal 10 253 213 137 0 23 41 250 133 43
Binary 1000 10101011 10001011 1011111 0 10011 100001 10101000 1011011 100011

Color Harmonies of #08AB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AB8B

Black with #08AB8B

Text Example


Text Example

White with #08AB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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