Html Css Color HEX #11554C Cyprus

📋 copy color: '#11554C'

red 17 ◦ green 85 ◦ blue 76

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

Shades of Cyprus #11554C

Tints of Cyprus #11554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.75%

 BLUE value IS 76 (30.08% from 255) = 42.7%

R = 9.55%
G = 47.75%
B = 42.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#11554C (or 0x11554C) is known color: Cyprus. HEX triplet: 11, 55 and 4C. RGB value is (17,85,76). Sum of RGB (Red+Green+Blue) = 17+85+76=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #11554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11554C is #EEAAB3. Grayscale: #3F3F3F. Windows color (decimal): -15641268 or 5002513. OLE color: 5002513.

HSL color Cylindrical-coordinate representation of color #11554C: hue angle of 172.06º degrees, saturation: 0.67, 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 #11554C is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 85 76 -
CMYK 0.80 0 0.11 0.67
HSL 172.06º 0.67% 0.2% -
HSV(B) 172.06º 0.8% 0.33% -
XYZ 4.78 7.14 7.96 -
YUV 63.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 17 85 76 0.80 0 0.11 0.67 172.06 0.67 0.2
Hex 11 55 4C 50 0 B 43 AC 43 14
Octal 21 125 114 120 0 13 103 254 103 24
Binary 10001 1010101 1001100 1010000 0 1011 1000011 10101100 1000011 10100

Color Harmonies of #11554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11554C

Black with #11554C

Text Example


Text Example

White with #11554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11554C; }

 p { color: rgb(17,85,76); }

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

background-color css

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

 a { background-color: rgb(17,85,76); }

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

border-color css

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

 span { border-color: rgb(17,85,76); }

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