Html Css Color HEX #08B192 Persian Green

📋 copy color: '#08B192'

red 8 ◦ green 177 ◦ blue 146

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

Shades of Persian Green #08B192

Tints of Persian Green #08B192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 2.42%
G = 53.47%
B = 44.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#08B192 (or 0x08B192) is known color: Persian Green. HEX triplet: 08, B1 and 92. RGB value is (8,177,146). Sum of RGB (Red+Green+Blue) = 8+177+146=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #08B192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08B192 is #F74E6D. Grayscale: #7A7A7A. Windows color (decimal): -16207470 or 9613576. OLE color: 9613576.

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

Color convert

RGB 8 177 146 -
CMYK 0.95 0 0.18 0.31
HSL 168.99º 0.91% 0.36% -
HSV(B) 168.99º 0.95% 0.69% -
XYZ 21.01 33.57 32.57 -
YUV 122.94 141.01 46.02 -
System Red Green Blue C M Y K H S L
Decimal 8 177 146 0.95 0 0.18 0.31 168.99 0.91 0.36
Hex 8 B1 92 5F 0 12 1F A9 5B 24
Octal 10 261 222 137 0 22 37 251 133 44
Binary 1000 10110001 10010010 1011111 0 10010 11111 10101001 1011011 100100

Color Harmonies of #08B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B192

Black with #08B192

Text Example


Text Example

White with #08B192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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