Html Css Color HEX #0E534D Cyprus

📋 copy color: '#0E534D'

red 14 ◦ green 83 ◦ blue 77

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

Shades of Cyprus #0E534D

Tints of Cyprus #0E534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.7%

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

R = 8.05%
G = 47.7%
B = 44.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#0E534D (or 0x0E534D) is known color: Cyprus. HEX triplet: 0E, 53 and 4D. RGB value is (14,83,77). Sum of RGB (Red+Green+Blue) = 14+83+77=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #0E534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E534D is #F1ACB2. Grayscale: #3D3D3D. Windows color (decimal): -15838387 or 5067534. OLE color: 5067534.

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

Color convert

RGB 14 83 77 -
CMYK 0.83 0 0.07 0.67
HSL 174.78º 0.71% 0.19% -
HSV(B) 174.78º 0.83% 0.33% -
XYZ 4.61 6.82 8.09 -
YUV 61.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 14 83 77 0.83 0 0.07 0.67 174.78 0.71 0.19
Hex E 53 4D 53 0 7 43 AF 47 13
Octal 16 123 115 123 0 7 103 257 107 23
Binary 1110 1010011 1001101 1010011 0 111 1000011 10101111 1000111 10011

Color Harmonies of #0E534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E534D

Black with #0E534D

Text Example


Text Example

White with #0E534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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