#10514D

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

Shades of Cyprus #10514D

Tints of Cyprus #10514D

Color information

#10514D (or 0x10514D) is unknown color: approx Cyprus. HEX triplet: 10, 51 and 4D. RGB value is (16,81,77). Sum of RGB (Red+Green+Blue) = 16+81+77=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #10514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10514D is #EFAEB2. Grayscale: #3D3D3D. Windows color (decimal): -15707827 or 5067024. OLE color: 5067024.

HSL color Cylindrical-coordinate representation of color #10514D: hue angle of 176.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10514D is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB168177-
CMYK0.8000.050.68
HSL176.31º67.01%19.02%-
HSV(B)176.31º80.25%31.76%-
XYZ4.56.538.04-
YUV61.11136.9795.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 81 (32.03% from 255) = 46.55%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=9.20%
G=46.55%
B=44.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1681770.8000.050.68176.3167.0119.02
Hex10514D500544b04313
Octal201211151200510426010323
Binary100001010001100110110100000101100010010110000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10514D; }

 p { color: rgb(16,81,77); }

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

<style>
 a { background-color: #10514D; }

 a { background-color: rgb(16,81,77); }

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

<style>
 span { border-color: #10514D; }

 span { border-color: rgb(16,81,77); }

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