Html Css Color HEX #08B19C Persian Green

📋 copy color: '#08B19C'

red 8 ◦ green 177 ◦ blue 156

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

Shades of Persian Green #08B19C

Tints of Persian Green #08B19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.91%

 BLUE value IS 156 (61.33% from 255) = 45.75%

R = 2.35%
G = 51.91%
B = 45.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#08B19C (or 0x08B19C) is known color: Persian Green. HEX triplet: 08, B1 and 9C. RGB value is (8,177,156). Sum of RGB (Red+Green+Blue) = 8+177+156=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #08B19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08B19C is #F74E63. Grayscale: #7B7B7B. Windows color (decimal): -16207460 or 10268936. OLE color: 10268936.

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

Color convert

RGB 8 177 156 -
CMYK 0.95 0 0.12 0.31
HSL 172.54º 0.91% 0.36% -
HSV(B) 172.54º 0.95% 0.69% -
XYZ 21.82 33.9 36.84 -
YUV 124.08 146.01 45.21 -
System Red Green Blue C M Y K H S L
Decimal 8 177 156 0.95 0 0.12 0.31 172.54 0.91 0.36
Hex 8 B1 9C 5F 0 C 1F AD 5B 24
Octal 10 261 234 137 0 14 37 255 133 44
Binary 1000 10110001 10011100 1011111 0 1100 11111 10101101 1011011 100100

Color Harmonies of #08B19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B19C

Black with #08B19C

Text Example


Text Example

White with #08B19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,177,156); }

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

background-color css

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

 a { background-color: rgb(8,177,156); }

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

border-color css

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

 span { border-color: rgb(8,177,156); }

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