Html Css Color HEX #08B194 Persian Green

📋 copy color: '#08B194'

red 8 ◦ green 177 ◦ blue 148

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

Shades of Persian Green #08B194

Tints of Persian Green #08B194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 2.4%
G = 53.15%
B = 44.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#08B194 (or 0x08B194) is known color: Persian Green. HEX triplet: 08, B1 and 94. RGB value is (8,177,148). Sum of RGB (Red+Green+Blue) = 8+177+148=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #08B194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08B194 is #F74E6B. Grayscale: #7B7B7B. Windows color (decimal): -16207468 or 9744648. OLE color: 9744648.

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

Color convert

RGB 8 177 148 -
CMYK 0.95 0 0.16 0.31
HSL 169.7º 0.91% 0.36% -
HSV(B) 169.7º 0.95% 0.69% -
XYZ 21.17 33.63 33.39 -
YUV 123.16 142.01 45.86 -
System Red Green Blue C M Y K H S L
Decimal 8 177 148 0.95 0 0.16 0.31 169.7 0.91 0.36
Hex 8 B1 94 5F 0 10 1F AA 5B 24
Octal 10 261 224 137 0 20 37 252 133 44
Binary 1000 10110001 10010100 1011111 0 10000 11111 10101010 1011011 100100

Color Harmonies of #08B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B194

Black with #08B194

Text Example


Text Example

White with #08B194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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