Html Css Color HEX #0E564B Cyprus

📋 copy color: '#0E564B'

red 14 ◦ green 86 ◦ blue 75

#0E564B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #0E564B

Tints of Cyprus #0E564B

RGB

 RED value IS 14 (5.86% from 255) = 8%

 GREEN value IS 86 (33.98% from 255) = 49.14%

 BLUE value IS 75 (29.69% from 255) = 42.86%

R = 8%
G = 49.14%
B = 42.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#0E564B (or 0x0E564B) is known color: Cyprus. HEX triplet: 0E, 56 and 4B. RGB value is (14,86,75). Sum of RGB (Red+Green+Blue) = 14+86+75=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #0E564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E564B is #F1A9B4. Grayscale: #3F3F3F. Windows color (decimal): -15837621 or 4937230. OLE color: 4937230.

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

Color convert

RGB 14 86 75 -
CMYK 0.84 0 0.13 0.66
HSL 170.83º 0.72% 0.2% -
HSV(B) 170.83º 0.84% 0.34% -
XYZ 4.78 7.26 7.81 -
YUV 63.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 14 86 75 0.84 0 0.13 0.66 170.83 0.72 0.2
Hex E 56 4B 54 0 D 42 AB 48 14
Octal 16 126 113 124 0 15 102 253 110 24
Binary 1110 1010110 1001011 1010100 0 1101 1000010 10101011 1001000 10100

Color Harmonies of #0E564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E564B

Black with #0E564B

Text Example


Text Example

White with #0E564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E564B;
 }
 .AnyTagClassName
 {
   color: #0E564B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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