Html Css Color HEX #08B3A0 Persian Green

📋 copy color: '#08B3A0'

red 8 ◦ green 179 ◦ blue 160

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

Shades of Persian Green #08B3A0

Tints of Persian Green #08B3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.59%

 BLUE value IS 160 (62.89% from 255) = 46.11%

R = 2.31%
G = 51.59%
B = 46.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#08B3A0 (or 0x08B3A0) is known color: Persian Green. HEX triplet: 08, B3 and A0. RGB value is (8,179,160). Sum of RGB (Red+Green+Blue) = 8+179+160=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #08B3A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B3A0 is #F74C5F. Grayscale: #7D7D7D. Windows color (decimal): -16206944 or 10531592. OLE color: 10531592.

HSL color Cylindrical-coordinate representation of color #08B3A0: hue angle of 173.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B3A0 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 179 160 -
CMYK 0.96 0 0.11 0.30
HSL 173.33º 0.91% 0.37% -
HSV(B) 173.33º 0.96% 0.7% -
XYZ 22.57 34.83 38.79 -
YUV 125.71 147.35 44.04 -
System Red Green Blue C M Y K H S L
Decimal 8 179 160 0.96 0 0.11 0.30 173.33 0.91 0.37
Hex 8 B3 A0 60 0 B 1E AD 5B 25
Octal 10 263 240 140 0 13 36 255 133 45
Binary 1000 10110011 10100000 1100000 0 1011 11110 10101101 1011011 100101

Color Harmonies of #08B3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B3A0

Black with #08B3A0

Text Example


Text Example

White with #08B3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,179,160); }

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

background-color css

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

 a { background-color: rgb(8,179,160); }

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

border-color css

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

 span { border-color: rgb(8,179,160); }

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