#0BAE8E

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

Shades of Persian Green #0BAE8E

Tints of Persian Green #0BAE8E

Color information

#0BAE8E (or 0x0BAE8E) is unknown color: approx Persian Green. HEX triplet: 0B, AE and 8E. RGB value is (11,174,142). Sum of RGB (Red+Green+Blue) = 11+174+142=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAE8E is #F45171. Grayscale: #797979. Windows color (decimal): -16011634 or 9350667. OLE color: 9350667.

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

Color convert

RGB11174142-
CMYK0.9400.180.32
HSL168.22º88.11%36.27%-
HSV(B)168.22º93.68%68.24%-
XYZ20.1632.330.76-
YUV121.62139.549.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.36%
GREEN value IS 174 (68.36% from 255) = 53.21%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=3.36%
G=53.21%
B=43.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111741420.9400.180.32168.2288.1136.27
HexBAE8E5E01220a85824
Octal132562161360224025013044
Binary101110101110100011101011110010010100000101010001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,174,142); }

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

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

 a { background-color: rgb(11,174,142); }

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

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

 span { border-color: rgb(11,174,142); }

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