Html Css Color HEX #115650 Cyprus

📋 copy color: '#115650'

red 17 ◦ green 86 ◦ blue 80

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

Shades of Cyprus #115650

Tints of Cyprus #115650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.99%

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

R = 9.29%
G = 46.99%
B = 43.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#115650 (or 0x115650) is known color: Cyprus. HEX triplet: 11, 56 and 50. RGB value is (17,86,80). Sum of RGB (Red+Green+Blue) = 17+86+80=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #115650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115650 is #EEA9AF. Grayscale: #404040. Windows color (decimal): -15641008 or 5264913. OLE color: 5264913.

HSL color Cylindrical-coordinate representation of color #115650: hue angle of 174.78º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115650 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 86 80 -
CMYK 0.80 0 0.07 0.66
HSL 174.78º 0.67% 0.2% -
HSV(B) 174.78º 0.8% 0.34% -
XYZ 5.01 7.35 8.74 -
YUV 64.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 17 86 80 0.80 0 0.07 0.66 174.78 0.67 0.2
Hex 11 56 50 50 0 7 42 AF 43 14
Octal 21 126 120 120 0 7 102 257 103 24
Binary 10001 1010110 1010000 1010000 0 111 1000010 10101111 1000011 10100

Color Harmonies of #115650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115650

Black with #115650

Text Example


Text Example

White with #115650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115650; }

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

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

background-color css

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

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

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

border-color css

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

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

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