#10574E

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

Shades of Cyprus #10574E

Tints of Cyprus #10574E

Color information

#10574E (or 0x10574E) is unknown color: approx Cyprus. HEX triplet: 10, 57 and 4E. RGB value is (16,87,78). Sum of RGB (Red+Green+Blue) = 16+87+78=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #10574E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10574E is #EFA8B1. Grayscale: #404040. Windows color (decimal): -15706290 or 5134096. OLE color: 5134096.

HSL color Cylindrical-coordinate representation of color #10574E: hue angle of 172.39º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10574E is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB168778-
CMYK0.8200.100.66
HSL172.39º68.93%20.2%-
HSV(B)172.39º81.61%34.12%-
XYZ57.488.39-
YUV64.74135.4893.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 87 (34.38% from 255) = 48.07%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=8.84%
G=48.07%
B=43.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1687780.8200.100.66172.3968.9320.2
Hex10574E520A42ac4514
Octal2012711612201210225410524
Binary1000010101111001110101001001010100001010101100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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