Html Css Color HEX #115648 Cyprus

📋 copy color: '#115648'

red 17 ◦ green 86 ◦ blue 72

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

Shades of Cyprus #115648

Tints of Cyprus #115648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 9.71%
G = 49.14%
B = 41.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#115648 (or 0x115648) is known color: Cyprus. HEX triplet: 11, 56 and 48. RGB value is (17,86,72). Sum of RGB (Red+Green+Blue) = 17+86+72=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #115648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115648 is #EEA9B7. Grayscale: #3F3F3F. Windows color (decimal): -15641016 or 4740625. OLE color: 4740625.

HSL color Cylindrical-coordinate representation of color #115648: hue angle of 167.83º 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 #115648 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 86 72 -
CMYK 0.80 0 0.16 0.66
HSL 167.83º 0.67% 0.2% -
HSV(B) 167.83º 0.8% 0.34% -
XYZ 4.73 7.24 7.28 -
YUV 63.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 17 86 72 0.80 0 0.16 0.66 167.83 0.67 0.2
Hex 11 56 48 50 0 10 42 A8 43 14
Octal 21 126 110 120 0 20 102 250 103 24
Binary 10001 1010110 1001000 1010000 0 10000 1000010 10101000 1000011 10100

Color Harmonies of #115648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115648

Black with #115648

Text Example


Text Example

White with #115648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115648; }

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

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

background-color css

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

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

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

border-color css

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

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

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