#0BA693

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

Shades of Persian Green #0BA693

Tints of Persian Green #0BA693

Color information

#0BA693 (or 0x0BA693) is unknown color: approx Persian Green. HEX triplet: 0B, A6 and 93. RGB value is (11,166,147). Sum of RGB (Red+Green+Blue) = 11+166+147=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA693 is #F4596C. Grayscale: #757575. Windows color (decimal): -16013677 or 9676299. OLE color: 9676299.

HSL color Cylindrical-coordinate representation of color #0BA693: hue angle of 172.65º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA693 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB11166147-
CMYK0.9300.110.35
HSL172.65º87.57%34.71%-
HSV(B)172.65º93.37%65.1%-
XYZ19.0429.4532.28-
YUV117.49144.6552.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.40%
GREEN value IS 166 (65.23% from 255) = 51.23%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=3.40%
G=51.23%
B=45.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111661470.9300.110.35172.6587.5734.71
HexBA6935D0B23ad5823
Octal132462231350134325513043
Binary10111010011010010011101110101011100011101011011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,166,147); }

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

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

 a { background-color: rgb(11,166,147); }

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

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

 span { border-color: rgb(11,166,147); }

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