#0E594B

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

Shades of Cyprus #0E594B

Tints of Cyprus #0E594B

Color information

#0E594B (or 0x0E594B) is unknown color: approx Cyprus. HEX triplet: 0E, 59 and 4B. RGB value is (14,89,75). Sum of RGB (Red+Green+Blue) = 14+89+75=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #0E594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E594B is #F1A6B4. Grayscale: #404040. Windows color (decimal): -15836853 or 4937998. OLE color: 4937998.

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

Color convert

RGB148975-
CMYK0.8400.160.65
HSL168.8º72.82%20.2%-
HSV(B)168.8º84.27%34.9%-
XYZ5.027.757.89-
YUV64.98133.6591.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.87%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=7.87%
G=50%
B=42.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1489750.8400.160.65168.872.8220.2
HexE594B5401041a94914
Octal1613111312402010125111124
Binary1110101100110010111010100010000100000110101001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,89,75); }

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

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

 a { background-color: rgb(14,89,75); }

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

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

 span { border-color: rgb(14,89,75); }

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