#0E514D

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

Shades of Cyprus #0E514D

Tints of Cyprus #0E514D

Color information

#0E514D (or 0x0E514D) is unknown color: approx Cyprus. HEX triplet: 0E, 51 and 4D. RGB value is (14,81,77). Sum of RGB (Red+Green+Blue) = 14+81+77=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #0E514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E514D is #F1AEB2. Grayscale: #3C3C3C. Windows color (decimal): -15838899 or 5067022. OLE color: 5067022.

HSL color Cylindrical-coordinate representation of color #0E514D: hue angle of 176.42º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E514D is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB148177-
CMYK0.8300.050.68
HSL176.42º70.53%18.63%-
HSV(B)176.42º82.72%31.76%-
XYZ4.466.518.04-
YUV60.51137.394.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.14%
GREEN value IS 81 (32.03% from 255) = 47.09%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=8.14%
G=47.09%
B=44.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1481770.8300.050.68176.4270.5318.63
HexE514D530544b04713
Octal161211151230510426010723
Binary11101010001100110110100110101100010010110000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,77); }

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

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

 a { background-color: rgb(14,81,77); }

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

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

 span { border-color: rgb(14,81,77); }

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