Html Css Color HEX #08B096 Persian Green

📋 copy color: '#08B096'

red 8 ◦ green 176 ◦ blue 150

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

Shades of Persian Green #08B096

Tints of Persian Green #08B096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.69%

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 2.4%
G = 52.69%
B = 44.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#08B096 (or 0x08B096) is known color: Persian Green. HEX triplet: 08, B0 and 96. RGB value is (8,176,150). Sum of RGB (Red+Green+Blue) = 8+176+150=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #08B096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08B096 is #F74F69. Grayscale: #7A7A7A. Windows color (decimal): -16207722 or 9875464. OLE color: 9875464.

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

Color convert

RGB 8 176 150 -
CMYK 0.95 0 0.15 0.31
HSL 170.71º 0.91% 0.36% -
HSV(B) 170.71º 0.95% 0.69% -
XYZ 21.13 33.3 34.17 -
YUV 122.8 143.34 46.11 -
System Red Green Blue C M Y K H S L
Decimal 8 176 150 0.95 0 0.15 0.31 170.71 0.91 0.36
Hex 8 B0 96 5F 0 F 1F AB 5B 24
Octal 10 260 226 137 0 17 37 253 133 44
Binary 1000 10110000 10010110 1011111 0 1111 11111 10101011 1011011 100100

Color Harmonies of #08B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B096

Black with #08B096

Text Example


Text Example

White with #08B096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,176,150); }

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

background-color css

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

 a { background-color: rgb(8,176,150); }

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

border-color css

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

 span { border-color: rgb(8,176,150); }

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