#16514C

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

Shades of Cyprus #16514C

Tints of Cyprus #16514C

Color information

#16514C (or 0x16514C) is unknown color: approx Cyprus. HEX triplet: 16, 51 and 4C. RGB value is (22,81,76). Sum of RGB (Red+Green+Blue) = 22+81+76=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #16514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16514C is #E9AEB3. Grayscale: #3E3E3E. Windows color (decimal): -15314612 or 5001494. OLE color: 5001494.

HSL color Cylindrical-coordinate representation of color #16514C: hue angle of 174.92º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16514C is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB228176-
CMYK0.7300.060.68
HSL174.92º57.28%20.2%-
HSV(B)174.92º72.84%31.76%-
XYZ4.586.587.87-
YUV62.79135.4598.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=12.29%
G=45.25%
B=42.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2281760.7300.060.68174.9257.2820.2
Hex16514C490644af3914
Octal26121114111061042577124
Binary10110101000110011001001001011010001001010111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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