Html Css Color HEX #0BAC99 Persian Green

📋 copy color: '#0BAC99'

red 11 ◦ green 172 ◦ blue 153

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

Shades of Persian Green #0BAC99

Tints of Persian Green #0BAC99

RGB

 RED value IS 11 (4.69% from 255) = 3.27%

 GREEN value IS 172 (67.58% from 255) = 51.19%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 3.27%
G = 51.19%
B = 45.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#0BAC99 (or 0x0BAC99) is known color: Persian Green. HEX triplet: 0B, AC and 99. RGB value is (11,172,153). Sum of RGB (Red+Green+Blue) = 11+172+153=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAC99 is #F45366. Grayscale: #797979. Windows color (decimal): -16012135 or 10071051. OLE color: 10071051.

HSL color Cylindrical-coordinate representation of color #0BAC99: hue angle of 172.92º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC99 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 172 153 -
CMYK 0.94 0 0.11 0.33
HSL 172.92º 0.88% 0.36% -
HSV(B) 172.92º 0.94% 0.67% -
XYZ 20.64 31.88 35.2 -
YUV 121.7 145.66 49.04 -
System Red Green Blue C M Y K H S L
Decimal 11 172 153 0.94 0 0.11 0.33 172.92 0.88 0.36
Hex B AC 99 5E 0 B 21 AD 58 24
Octal 13 254 231 136 0 13 41 255 130 44
Binary 1011 10101100 10011001 1011110 0 1011 100001 10101101 1011000 100100

Color Harmonies of #0BAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAC99

Black with #0BAC99

Text Example


Text Example

White with #0BAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BAC99; }

 p { color: rgb(11,172,153); }

 H1.HeaderClassName
 {
   color: #0BAC99;
 }
 .AnyTagClassName
 {
   color: #0BAC99;
 }
</style>

background-color css

<style>
 a { background-color: #0BAC99; }

 a { background-color: rgb(11,172,153); }

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

border-color css

<style>
 span { border-color: #0BAC99; }

 span { border-color: rgb(11,172,153); }

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