Html Css Color HEX #11574D Cyprus

📋 copy color: '#11574D'

red 17 ◦ green 87 ◦ blue 77

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

Shades of Cyprus #11574D

Tints of Cyprus #11574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.07%

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 9.39%
G = 48.07%
B = 42.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#11574D (or 0x11574D) is known color: Cyprus. HEX triplet: 11, 57 and 4D. RGB value is (17,87,77). Sum of RGB (Red+Green+Blue) = 17+87+77=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #11574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11574D is #EEA8B2. Grayscale: #404040. Windows color (decimal): -15640755 or 5068561. OLE color: 5068561.

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

Color convert

RGB 17 87 77 -
CMYK 0.80 0 0.11 0.66
HSL 171.43º 0.67% 0.2% -
HSV(B) 171.43º 0.8% 0.34% -
XYZ 4.98 7.47 8.2 -
YUV 64.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 17 87 77 0.80 0 0.11 0.66 171.43 0.67 0.2
Hex 11 57 4D 50 0 B 42 AB 43 14
Octal 21 127 115 120 0 13 102 253 103 24
Binary 10001 1010111 1001101 1010000 0 1011 1000010 10101011 1000011 10100

Color Harmonies of #11574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11574D

Black with #11574D

Text Example


Text Example

White with #11574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11574D; }

 p { color: rgb(17,87,77); }

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

background-color css

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

 a { background-color: rgb(17,87,77); }

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

border-color css

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

 span { border-color: rgb(17,87,77); }

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