#0BAFA3

Color #0BAFA3 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0BAFA3

Tints of Persian Green #0BAFA3

Color information

#0BAFA3 (or 0x0BAFA3) is unknown color: approx Persian Green. HEX triplet: 0B, AF and A3. RGB value is (11,175,163). Sum of RGB (Red+Green+Blue) = 11+175+163=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAFA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAFA3 is #F4505C. Grayscale: #7C7C7C. Windows color (decimal): -16011357 or 10727179. OLE color: 10727179.

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

Color convert

RGB11175163-
CMYK0.9400.070.31
HSL175.61º88.17%36.47%-
HSV(B)175.61º93.71%68.63%-
XYZ22.0833.3839.93-
YUV124.6149.6746.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.15%
GREEN value IS 175 (68.75% from 255) = 50.14%
BLUE value IS 163 (64.06% from 255) = 46.70%
R=3.15%
G=50.14%
B=46.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111751630.9400.070.31175.6188.1736.47
HexBAFA35E071Fb05824
Octal13257243136073726013044
Binary101110101111101000111011110011111111101100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,175,163); }

 H1.HeaderClassName
 {
   color: #0BAFA3;
 }
 .AnyTagClassName
 {
   color: #0BAFA3;
 }
</style>
background-color css

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

 a { background-color: rgb(11,175,163); }

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

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

 span { border-color: rgb(11,175,163); }

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