#16554C

Color #16554C Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #16554C

Tints of Cyprus #16554C

Color information

#16554C (or 0x16554C) is unknown color: approx Cyprus. HEX triplet: 16, 55 and 4C. RGB value is (22,85,76). Sum of RGB (Red+Green+Blue) = 22+85+76=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #16554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16554C is #E9AAB3. Grayscale: #414141. Windows color (decimal): -15313588 or 5002518. OLE color: 5002518.

HSL color Cylindrical-coordinate representation of color #16554C: hue angle of 171.43º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16554C is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB228576-
CMYK0.7400.110.67
HSL171.43º58.88%20.98%-
HSV(B)171.43º74.12%33.33%-
XYZ4.887.197.97-
YUV65.14134.1397.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.02%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=12.02%
G=46.45%
B=41.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285760.7400.110.67171.4358.8820.98
Hex16554C4A0B43ab3b15
Octal261251141120131032537325
Binary101101010101100110010010100101110000111010101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #16554C;
 }
 .AnyTagClassName
 {
   color: #16554C;
 }
</style>
background-color css

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

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

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

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

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

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