#0E5551

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

Shades of Cyprus #0E5551

Tints of Cyprus #0E5551

Color information

#0E5551 (or 0x0E5551) is unknown color: approx Cyprus. HEX triplet: 0E, 55 and 51. RGB value is (14,85,81). Sum of RGB (Red+Green+Blue) = 14+85+81=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5551 is #F1AAAE. Grayscale: #3F3F3F. Windows color (decimal): -15837871 or 5330190. OLE color: 5330190.

HSL color Cylindrical-coordinate representation of color #0E5551: hue angle of 176.62º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5551 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB148581-
CMYK0.8400.050.67
HSL176.62º71.72%19.41%-
HSV(B)176.62º83.53%33.33%-
XYZ4.917.188.91-
YUV63.32137.9892.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.78%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 81 (32.03% from 255) = 45%
R=7.78%
G=47.22%
B=45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485810.8400.050.67176.6271.7219.41
HexE5551540543b14813
Octal161251211240510326111023
Binary11101010101101000110101000101100001110110001100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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