Html Css Color HEX #11504F Cyprus

📋 copy color: '#11504F'

red 17 ◦ green 80 ◦ blue 79

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

Shades of Cyprus #11504F

Tints of Cyprus #11504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

 BLUE value IS 79 (31.25% from 255) = 44.89%

R = 9.66%
G = 45.45%
B = 44.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#11504F (or 0x11504F) is known color: Cyprus. HEX triplet: 11, 50 and 4F. RGB value is (17,80,79). Sum of RGB (Red+Green+Blue) = 17+80+79=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #11504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11504F is #EEAFB0. Grayscale: #3C3C3C. Windows color (decimal): -15642545 or 5197841. OLE color: 5197841.

HSL color Cylindrical-coordinate representation of color #11504F: hue angle of 179.05º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11504F is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 80 79 -
CMYK 0.79 0 0.01 0.69
HSL 179.05º 0.65% 0.19% -
HSV(B) 179.05º 0.79% 0.31% -
XYZ 4.51 6.42 8.4 -
YUV 61.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 17 80 79 0.79 0 0.01 0.69 179.05 0.65 0.19
Hex 11 50 4F 4F 0 1 45 B3 41 13
Octal 21 120 117 117 0 1 105 263 101 23
Binary 10001 1010000 1001111 1001111 0 1 1000101 10110011 1000001 10011

Color Harmonies of #11504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11504F

Black with #11504F

Text Example


Text Example

White with #11504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11504F; }

 p { color: rgb(17,80,79); }

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

background-color css

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

 a { background-color: rgb(17,80,79); }

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

border-color css

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

 span { border-color: rgb(17,80,79); }

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