Html Css Color HEX #11504D Cyprus

📋 copy color: '#11504D'

red 17 ◦ green 80 ◦ blue 77

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

Shades of Cyprus #11504D

Tints of Cyprus #11504D

RGB

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

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

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

R = 9.77%
G = 45.98%
B = 44.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#11504D (or 0x11504D) is known color: Cyprus. HEX triplet: 11, 50 and 4D. RGB value is (17,80,77). Sum of RGB (Red+Green+Blue) = 17+80+77=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #11504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11504D is #EEAFB2. Grayscale: #3C3C3C. Windows color (decimal): -15642547 or 5066769. OLE color: 5066769.

HSL color Cylindrical-coordinate representation of color #11504D: hue angle of 177.14º 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 #11504D is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 80 77 -
CMYK 0.79 0 0.04 0.69
HSL 177.14º 0.65% 0.19% -
HSV(B) 177.14º 0.79% 0.31% -
XYZ 4.44 6.39 8.02 -
YUV 60.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 17 80 77 0.79 0 0.04 0.69 177.14 0.65 0.19
Hex 11 50 4D 4F 0 4 45 B1 41 13
Octal 21 120 115 117 0 4 105 261 101 23
Binary 10001 1010000 1001101 1001111 0 100 1000101 10110001 1000001 10011

Color Harmonies of #11504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11504D

Black with #11504D

Text Example


Text Example

White with #11504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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