Html Css Color HEX #115447 Cyprus

📋 copy color: '#115447'

red 17 ◦ green 84 ◦ blue 71

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

Shades of Cyprus #115447

Tints of Cyprus #115447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.84%

 BLUE value IS 71 (28.13% from 255) = 41.28%

R = 9.88%
G = 48.84%
B = 41.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#115447 (or 0x115447) is known color: Cyprus. HEX triplet: 11, 54 and 47. RGB value is (17,84,71). Sum of RGB (Red+Green+Blue) = 17+84+71=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #115447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115447 is #EEABB8. Grayscale: #3E3E3E. Windows color (decimal): -15641529 or 4674577. OLE color: 4674577.

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

Color convert

RGB 17 84 71 -
CMYK 0.80 0 0.15 0.67
HSL 168.36º 0.66% 0.2% -
HSV(B) 168.36º 0.8% 0.33% -
XYZ 4.54 6.91 7.06 -
YUV 62.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 17 84 71 0.80 0 0.15 0.67 168.36 0.66 0.2
Hex 11 54 47 50 0 F 43 A8 42 14
Octal 21 124 107 120 0 17 103 250 102 24
Binary 10001 1010100 1000111 1010000 0 1111 1000011 10101000 1000010 10100

Color Harmonies of #115447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115447

Black with #115447

Text Example


Text Example

White with #115447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115447; }

 p { color: rgb(17,84,71); }

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

background-color css

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

 a { background-color: rgb(17,84,71); }

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

border-color css

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

 span { border-color: rgb(17,84,71); }

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