Html Css Color HEX #114650 Cyprus

📋 copy color: '#114650'

red 17 ◦ green 70 ◦ blue 80

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

Shades of Cyprus #114650

Tints of Cyprus #114650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.92%

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

R = 10.18%
G = 41.92%
B = 47.9%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#114650 (or 0x114650) is known color: Cyprus. HEX triplet: 11, 46 and 50. RGB value is (17,70,80). Sum of RGB (Red+Green+Blue) = 17+70+80=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #114650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114650 is #EEB9AF. Grayscale: #373737. Windows color (decimal): -15645104 or 5260817. OLE color: 5260817.

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

Color convert

RGB 17 70 80 -
CMYK 0.79 0.12 0 0.69
HSL 189.52º 0.65% 0.19% -
HSV(B) 189.52º 0.79% 0.31% -
XYZ 3.87 5.08 8.37 -
YUV 55.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 17 70 80 0.79 0.12 0 0.69 189.52 0.65 0.19
Hex 11 46 50 4F C 0 45 BE 41 13
Octal 21 106 120 117 14 0 105 276 101 23
Binary 10001 1000110 1010000 1001111 1100 0 1000101 10111110 1000001 10011

Color Harmonies of #114650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114650

Black with #114650

Text Example


Text Example

White with #114650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114650; }

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

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

background-color css

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

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

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

border-color css

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

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

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