#10554E

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

Shades of Cyprus #10554E

Tints of Cyprus #10554E

Color information

#10554E (or 0x10554E) is unknown color: approx Cyprus. HEX triplet: 10, 55 and 4E. RGB value is (16,85,78). Sum of RGB (Red+Green+Blue) = 16+85+78=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #10554E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10554E is #EFAAB1. Grayscale: #3F3F3F. Windows color (decimal): -15706802 or 5133584. OLE color: 5133584.

HSL color Cylindrical-coordinate representation of color #10554E: hue angle of 173.91º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10554E is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB168578-
CMYK0.8100.080.67
HSL173.91º68.32%19.8%-
HSV(B)173.91º81.18%33.33%-
XYZ4.847.168.33-
YUV63.57136.1494.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=8.94%
G=47.49%
B=43.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685780.8100.080.67173.9168.3219.8
Hex10554E510843ae4414
Octal2012511612101010325610424
Binary1000010101011001110101000101000100001110101110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10554E; }

 p { color: rgb(16,85,78); }

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

<style>
 a { background-color: #10554E; }

 a { background-color: rgb(16,85,78); }

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

<style>
 span { border-color: #10554E; }

 span { border-color: rgb(16,85,78); }

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