#0E564C

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

Shades of Cyprus #0E564C

Tints of Cyprus #0E564C

Color information

#0E564C (or 0x0E564C) is unknown color: approx Cyprus. HEX triplet: 0E, 56 and 4C. RGB value is (14,86,76). Sum of RGB (Red+Green+Blue) = 14+86+76=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #0E564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E564C is #F1A9B3. Grayscale: #3F3F3F. Windows color (decimal): -15837620 or 5002766. OLE color: 5002766.

HSL color Cylindrical-coordinate representation of color #0E564C: hue angle of 171.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E564C is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB148676-
CMYK0.8400.120.66
HSL171.67º72%19.61%-
HSV(B)171.67º83.72%33.73%-
XYZ4.817.277.99-
YUV63.33135.1592.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.95%
GREEN value IS 86 (33.98% from 255) = 48.86%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=7.95%
G=48.86%
B=43.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486760.8400.120.66171.677219.61
HexE564C540C42ac4814
Octal1612611412401410225411024
Binary111010101101001100101010001100100001010101100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,86,76); }

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

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

 a { background-color: rgb(14,86,76); }

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

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

 span { border-color: rgb(14,86,76); }

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