#0E584B

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

Shades of Cyprus #0E584B

Tints of Cyprus #0E584B

Color information

#0E584B (or 0x0E584B) is unknown color: approx Cyprus. HEX triplet: 0E, 58 and 4B. RGB value is (14,88,75). Sum of RGB (Red+Green+Blue) = 14+88+75=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #0E584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E584B is #F1A7B4. Grayscale: #404040. Windows color (decimal): -15837109 or 4937742. OLE color: 4937742.

HSL color Cylindrical-coordinate representation of color #0E584B: hue angle of 169.46º 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 #0E584B is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB148875-
CMYK0.8400.150.65
HSL169.46º72.55%20%-
HSV(B)169.46º84.09%34.51%-
XYZ4.947.587.86-
YUV64.39133.9892.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.91%
GREEN value IS 88 (34.77% from 255) = 49.72%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=7.91%
G=49.72%
B=42.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1488750.8400.150.65169.4672.5520
HexE584B540F41a94914
Octal1613011312401710125111124
Binary111010110001001011101010001111100000110101001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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