Html Css Color HEX #114E50 Cyprus

📋 copy color: '#114E50'

red 17 ◦ green 78 ◦ blue 80

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

Shades of Cyprus #114E50

Tints of Cyprus #114E50

RGB

 RED value IS 17 (7.03% from 255) = 9.71%

 GREEN value IS 78 (30.86% from 255) = 44.57%

 BLUE value IS 80 (31.64% from 255) = 45.71%

R = 9.71%
G = 44.57%
B = 45.71%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#114E50 (or 0x114E50) is known color: Cyprus. HEX triplet: 11, 4E and 50. RGB value is (17,78,80). Sum of RGB (Red+Green+Blue) = 17+78+80=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #114E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E50 is #EEB1AF. Grayscale: #3B3B3B. Windows color (decimal): -15643056 or 5262865. OLE color: 5262865.

HSL color Cylindrical-coordinate representation of color #114E50: hue angle of 181.9º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114E50 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 78 80 -
CMYK 0.79 0.02 0 0.69
HSL 181.9º 0.65% 0.19% -
HSV(B) 181.9º 0.79% 0.31% -
XYZ 4.4 6.15 8.54 -
YUV 59.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 17 78 80 0.79 0.02 0 0.69 181.9 0.65 0.19
Hex 11 4E 50 4F 2 0 45 B6 41 13
Octal 21 116 120 117 2 0 105 266 101 23
Binary 10001 1001110 1010000 1001111 10 0 1000101 10110110 1000001 10011

Color Harmonies of #114E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E50

Black with #114E50

Text Example


Text Example

White with #114E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114E50; }

 p { color: rgb(17,78,80); }

 H1.HeaderClassName
 {
   color: #114E50;
 }
 .AnyTagClassName
 {
   color: #114E50;
 }
</style>

background-color css

<style>
 a { background-color: #114E50; }

 a { background-color: rgb(17,78,80); }

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

border-color css

<style>
 span { border-color: #114E50; }

 span { border-color: rgb(17,78,80); }

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