#0EABA0

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

Shades of Persian Green #0EABA0

Tints of Persian Green #0EABA0

Color information

#0EABA0 (or 0x0EABA0) is unknown color: approx Persian Green. HEX triplet: 0E, AB and A0. RGB value is (14,171,160). Sum of RGB (Red+Green+Blue) = 14+171+160=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #0EABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EABA0 is #F1545F. Grayscale: #7A7A7A. Windows color (decimal): -15815776 or 10529550. OLE color: 10529550.

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

Color convert

RGB14171160-
CMYK0.9200.060.33
HSL175.8º84.86%36.27%-
HSV(B)175.8º91.81%67.06%-
XYZ21.0931.7638.28-
YUV122.8148.9950.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.06%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=4.06%
G=49.57%
B=46.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141711600.9200.060.33175.884.8636.27
HexEABA05C0621b05524
Octal16253240134064126012544
Binary1110101010111010000010111000110100001101100001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,171,160); }

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

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

 a { background-color: rgb(14,171,160); }

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

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

 span { border-color: rgb(14,171,160); }

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