Html Css Color HEX #08B690 Persian Green

📋 copy color: '#08B690'

red 8 ◦ green 182 ◦ blue 144

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

Shades of Persian Green #08B690

Tints of Persian Green #08B690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.49%

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 2.4%
G = 54.49%
B = 43.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#08B690 (or 0x08B690) is known color: Persian Green. HEX triplet: 08, B6 and 90. RGB value is (8,182,144). Sum of RGB (Red+Green+Blue) = 8+182+144=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #08B690 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B690 is #F7496F. Grayscale: #7D7D7D. Windows color (decimal): -16206192 or 9483784. OLE color: 9483784.

HSL color Cylindrical-coordinate representation of color #08B690: hue angle of 166.9º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B690 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 182 144 -
CMYK 0.96 0 0.21 0.29
HSL 166.9º 0.92% 0.37% -
HSV(B) 166.9º 0.96% 0.71% -
XYZ 21.86 35.52 32.09 -
YUV 125.64 138.35 44.09 -
System Red Green Blue C M Y K H S L
Decimal 8 182 144 0.96 0 0.21 0.29 166.9 0.92 0.37
Hex 8 B6 90 60 0 15 1D A7 5C 25
Octal 10 266 220 140 0 25 35 247 134 45
Binary 1000 10110110 10010000 1100000 0 10101 11101 10100111 1011100 100101

Color Harmonies of #08B690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B690

Black with #08B690

Text Example


Text Example

White with #08B690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,182,144); }

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

background-color css

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

 a { background-color: rgb(8,182,144); }

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

border-color css

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

 span { border-color: rgb(8,182,144); }

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