#0E524E

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

Shades of Cyprus #0E524E

Tints of Cyprus #0E524E

Color information

#0E524E (or 0x0E524E) is unknown color: approx Cyprus. HEX triplet: 0E, 52 and 4E. RGB value is (14,82,78). Sum of RGB (Red+Green+Blue) = 14+82+78=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #0E524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E524E is #F1ADB1. Grayscale: #3D3D3D. Windows color (decimal): -15838642 or 5132814. OLE color: 5132814.

HSL color Cylindrical-coordinate representation of color #0E524E: hue angle of 176.47º 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 #0E524E is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB148278-
CMYK0.8300.050.68
HSL176.47º70.83%18.82%-
HSV(B)176.47º82.93%32.16%-
XYZ4.576.688.26-
YUV61.21137.4794.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.05%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=8.05%
G=47.13%
B=44.83%

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
Decimal1482780.8300.050.68176.4770.8318.82
HexE524E530544b04713
Octal161221161230510426010723
Binary11101010010100111010100110101100010010110000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,82,78); }

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

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

 a { background-color: rgb(14,82,78); }

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

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

 span { border-color: rgb(14,82,78); }

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