Html Css Color HEX #08B89E Persian Green

📋 copy color: '#08B89E'

red 8 ◦ green 184 ◦ blue 158

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

Shades of Persian Green #08B89E

Tints of Persian Green #08B89E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.57%

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 2.29%
G = 52.57%
B = 45.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#08B89E (or 0x08B89E) is known color: Persian Green. HEX triplet: 08, B8 and 9E. RGB value is (8,184,158). Sum of RGB (Red+Green+Blue) = 8+184+158=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #08B89E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B89E is #F74761. Grayscale: #808080. Windows color (decimal): -16205666 or 10401800. OLE color: 10401800.

HSL color Cylindrical-coordinate representation of color #08B89E: hue angle of 171.14º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B89E is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 184 158 -
CMYK 0.96 0 0.14 0.28
HSL 171.14º 0.92% 0.38% -
HSV(B) 171.14º 0.96% 0.72% -
XYZ 23.41 36.8 38.22 -
YUV 128.41 144.69 42.11 -
System Red Green Blue C M Y K H S L
Decimal 8 184 158 0.96 0 0.14 0.28 171.14 0.92 0.38
Hex 8 B8 9E 60 0 E 1C AB 5C 26
Octal 10 270 236 140 0 16 34 253 134 46
Binary 1000 10111000 10011110 1100000 0 1110 11100 10101011 1011100 100110

Color Harmonies of #08B89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B89E

Black with #08B89E

Text Example


Text Example

White with #08B89E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,184,158); }

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

background-color css

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

 a { background-color: rgb(8,184,158); }

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

border-color css

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

 span { border-color: rgb(8,184,158); }

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