Html Css Color HEX #114D50 Cyprus

📋 copy color: '#114D50'

red 17 ◦ green 77 ◦ blue 80

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

Shades of Cyprus #114D50

Tints of Cyprus #114D50

RGB

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

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

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

R = 9.77%
G = 44.25%
B = 45.98%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#114D50 (or 0x114D50) is known color: Cyprus. HEX triplet: 11, 4D and 50. RGB value is (17,77,80). Sum of RGB (Red+Green+Blue) = 17+77+80=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #114D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D50 is #EEB2AF. Grayscale: #3B3B3B. Windows color (decimal): -15643312 or 5262609. OLE color: 5262609.

HSL color Cylindrical-coordinate representation of color #114D50: hue angle of 182.86º 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 #114D50 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 77 80 -
CMYK 0.79 0.04 0 0.69
HSL 182.86º 0.65% 0.19% -
HSV(B) 182.86º 0.79% 0.31% -
XYZ 4.33 6.01 8.52 -
YUV 59.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 17 77 80 0.79 0.04 0 0.69 182.86 0.65 0.19
Hex 11 4D 50 4F 4 0 45 B7 41 13
Octal 21 115 120 117 4 0 105 267 101 23
Binary 10001 1001101 1010000 1001111 100 0 1000101 10110111 1000001 10011

Color Harmonies of #114D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D50

Black with #114D50

Text Example


Text Example

White with #114D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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