Html Css Color HEX #115652 Cyprus

📋 copy color: '#115652'

red 17 ◦ green 86 ◦ blue 82

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

Shades of Cyprus #115652

Tints of Cyprus #115652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.32%

R = 9.19%
G = 46.49%
B = 44.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#115652 (or 0x115652) is known color: Cyprus. HEX triplet: 11, 56 and 52. RGB value is (17,86,82). Sum of RGB (Red+Green+Blue) = 17+86+82=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #115652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115652 is #EEA9AD. Grayscale: #404040. Windows color (decimal): -15641006 or 5395985. OLE color: 5395985.

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

Color convert

RGB 17 86 82 -
CMYK 0.80 0 0.05 0.66
HSL 176.52º 0.67% 0.2% -
HSV(B) 176.52º 0.8% 0.34% -
XYZ 5.08 7.38 9.14 -
YUV 64.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 17 86 82 0.80 0 0.05 0.66 176.52 0.67 0.2
Hex 11 56 52 50 0 5 42 B1 43 14
Octal 21 126 122 120 0 5 102 261 103 24
Binary 10001 1010110 1010010 1010000 0 101 1000010 10110001 1000011 10100

Color Harmonies of #115652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115652

Black with #115652

Text Example


Text Example

White with #115652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115652; }

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

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

background-color css

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

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

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

border-color css

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

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

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