Html Css Color HEX #11574B Cyprus

📋 copy color: '#11574B'

red 17 ◦ green 87 ◦ blue 75

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

Shades of Cyprus #11574B

Tints of Cyprus #11574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.9%

R = 9.5%
G = 48.6%
B = 41.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#11574B (or 0x11574B) is known color: Cyprus. HEX triplet: 11, 57 and 4B. RGB value is (17,87,75). Sum of RGB (Red+Green+Blue) = 17+87+75=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #11574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11574B is #EEA8B4. Grayscale: #404040. Windows color (decimal): -15640757 or 4937489. OLE color: 4937489.

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

Color convert

RGB 17 87 75 -
CMYK 0.80 0 0.14 0.66
HSL 169.71º 0.67% 0.2% -
HSV(B) 169.71º 0.8% 0.34% -
XYZ 4.91 7.44 7.83 -
YUV 64.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 17 87 75 0.80 0 0.14 0.66 169.71 0.67 0.2
Hex 11 57 4B 50 0 E 42 AA 43 14
Octal 21 127 113 120 0 16 102 252 103 24
Binary 10001 1010111 1001011 1010000 0 1110 1000010 10101010 1000011 10100

Color Harmonies of #11574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11574B

Black with #11574B

Text Example


Text Example

White with #11574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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