#0EA690

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

Shades of Persian Green #0EA690

Tints of Persian Green #0EA690

Color information

#0EA690 (or 0x0EA690) is unknown color: approx Persian Green. HEX triplet: 0E, A6 and 90. RGB value is (14,166,144). Sum of RGB (Red+Green+Blue) = 14+166+144=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA690 is #F1596F. Grayscale: #757575. Windows color (decimal): -15817072 or 9479694. OLE color: 9479694.

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

Color convert

RGB14166144-
CMYK0.9200.130.35
HSL171.32º84.44%35.29%-
HSV(B)171.32º91.57%65.1%-
XYZ18.8529.3831.06-
YUV118.04142.6453.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.32%
GREEN value IS 166 (65.23% from 255) = 51.23%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=4.32%
G=51.23%
B=44.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141661440.9200.130.35171.3284.4435.29
HexEA6905C0D23ab5423
Octal162462201340154325312443
Binary11101010011010010000101110001101100011101010111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,166,144); }

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

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

 a { background-color: rgb(14,166,144); }

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

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

 span { border-color: rgb(14,166,144); }

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