#0BA692

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

Shades of Persian Green #0BA692

Tints of Persian Green #0BA692

Color information

#0BA692 (or 0x0BA692) is unknown color: approx Persian Green. HEX triplet: 0B, A6 and 92. RGB value is (11,166,146). Sum of RGB (Red+Green+Blue) = 11+166+146=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA692 is #F4596D. Grayscale: #757575. Windows color (decimal): -16013678 or 9610763. OLE color: 9610763.

HSL color Cylindrical-coordinate representation of color #0BA692: hue angle of 172.26º 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 #0BA692 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB11166146-
CMYK0.9300.120.35
HSL172.26º87.57%34.71%-
HSV(B)172.26º93.37%65.1%-
XYZ18.9629.4231.87-
YUV117.38144.1552.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.41%
GREEN value IS 166 (65.23% from 255) = 51.39%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=3.41%
G=51.39%
B=45.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111661460.9300.120.35172.2687.5734.71
HexBA6925D0C23ac5823
Octal132462221350144325413043
Binary10111010011010010010101110101100100011101011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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