Html Css Color HEX #114B50 Cyprus

📋 copy color: '#114B50'

red 17 ◦ green 75 ◦ blue 80

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

Shades of Cyprus #114B50

Tints of Cyprus #114B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.6%

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

R = 9.88%
G = 43.6%
B = 46.51%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#114B50 (or 0x114B50) is known color: Cyprus. HEX triplet: 11, 4B and 50. RGB value is (17,75,80). Sum of RGB (Red+Green+Blue) = 17+75+80=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #114B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B50 is #EEB4AF. Grayscale: #3A3A3A. Windows color (decimal): -15643824 or 5262097. OLE color: 5262097.

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

Color convert

RGB 17 75 80 -
CMYK 0.79 0.06 0 0.69
HSL 184.76º 0.65% 0.19% -
HSV(B) 184.76º 0.79% 0.31% -
XYZ 4.2 5.73 8.47 -
YUV 58.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 17 75 80 0.79 0.06 0 0.69 184.76 0.65 0.19
Hex 11 4B 50 4F 6 0 45 B9 41 13
Octal 21 113 120 117 6 0 105 271 101 23
Binary 10001 1001011 1010000 1001111 110 0 1000101 10111001 1000001 10011

Color Harmonies of #114B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B50

Black with #114B50

Text Example


Text Example

White with #114B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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