Html Css Color HEX #114C50 Cyprus

📋 copy color: '#114C50'

red 17 ◦ green 76 ◦ blue 80

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

Shades of Cyprus #114C50

Tints of Cyprus #114C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.93%

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

R = 9.83%
G = 43.93%
B = 46.24%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#114C50 (or 0x114C50) is known color: Cyprus. HEX triplet: 11, 4C and 50. RGB value is (17,76,80). Sum of RGB (Red+Green+Blue) = 17+76+80=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #114C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C50 is #EEB3AF. Grayscale: #3A3A3A. Windows color (decimal): -15643568 or 5262353. OLE color: 5262353.

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

Color convert

RGB 17 76 80 -
CMYK 0.79 0.05 0 0.69
HSL 183.81º 0.65% 0.19% -
HSV(B) 183.81º 0.79% 0.31% -
XYZ 4.26 5.87 8.5 -
YUV 58.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 17 76 80 0.79 0.05 0 0.69 183.81 0.65 0.19
Hex 11 4C 50 4F 5 0 45 B8 41 13
Octal 21 114 120 117 5 0 105 270 101 23
Binary 10001 1001100 1010000 1001111 101 0 1000101 10111000 1000001 10011

Color Harmonies of #114C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C50

Black with #114C50

Text Example


Text Example

White with #114C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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