Html Css Color HEX #08A192 Persian Green

📋 copy color: '#08A192'

red 8 ◦ green 161 ◦ blue 146

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

Shades of Persian Green #08A192

Tints of Persian Green #08A192

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.11%

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

R = 2.54%
G = 51.11%
B = 46.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#08A192 (or 0x08A192) is known color: Persian Green. HEX triplet: 08, A1 and 92. RGB value is (8,161,146). Sum of RGB (Red+Green+Blue) = 8+161+146=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #08A192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A192 is #F75E6D. Grayscale: #717171. Windows color (decimal): -16211566 or 9609480. OLE color: 9609480.

HSL color Cylindrical-coordinate representation of color #08A192: hue angle of 174.12º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A192 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 161 146 -
CMYK 0.95 0 0.09 0.37
HSL 174.12º 0.91% 0.33% -
HSV(B) 174.12º 0.95% 0.63% -
XYZ 18.03 27.62 31.57 -
YUV 113.54 146.31 52.72 -
System Red Green Blue C M Y K H S L
Decimal 8 161 146 0.95 0 0.09 0.37 174.12 0.91 0.33
Hex 8 A1 92 5F 0 9 25 AE 5B 21
Octal 10 241 222 137 0 11 45 256 133 41
Binary 1000 10100001 10010010 1011111 0 1001 100101 10101110 1011011 100001

Color Harmonies of #08A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A192

Black with #08A192

Text Example


Text Example

White with #08A192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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