Html Css Color HEX #0E524D Cyprus

📋 copy color: '#0E524D'

red 14 ◦ green 82 ◦ blue 77

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

Shades of Cyprus #0E524D

Tints of Cyprus #0E524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.4%

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 8.09%
G = 47.4%
B = 44.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#0E524D (or 0x0E524D) is known color: Cyprus. HEX triplet: 0E, 52 and 4D. RGB value is (14,82,77). Sum of RGB (Red+Green+Blue) = 14+82+77=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #0E524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E524D is #F1ADB2. Grayscale: #3D3D3D. Windows color (decimal): -15838643 or 5067278. OLE color: 5067278.

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

Color convert

RGB 14 82 77 -
CMYK 0.83 0 0.06 0.68
HSL 175.59º 0.71% 0.19% -
HSV(B) 175.59º 0.83% 0.32% -
XYZ 4.54 6.66 8.07 -
YUV 61.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 14 82 77 0.83 0 0.06 0.68 175.59 0.71 0.19
Hex E 52 4D 53 0 6 44 B0 47 13
Octal 16 122 115 123 0 6 104 260 107 23
Binary 1110 1010010 1001101 1010011 0 110 1000100 10110000 1000111 10011

Color Harmonies of #0E524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E524D

Black with #0E524D

Text Example


Text Example

White with #0E524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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