#10514E

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

Shades of Cyprus #10514E

Tints of Cyprus #10514E

Color information

#10514E (or 0x10514E) is unknown color: approx Cyprus. HEX triplet: 10, 51 and 4E. RGB value is (16,81,78). Sum of RGB (Red+Green+Blue) = 16+81+78=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #10514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10514E is #EFAEB1. Grayscale: #3D3D3D. Windows color (decimal): -15707826 or 5132560. OLE color: 5132560.

HSL color Cylindrical-coordinate representation of color #10514E: hue angle of 177.23º 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 #10514E is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB168178-
CMYK0.8000.040.68
HSL177.23º67.01%19.02%-
HSV(B)177.23º80.25%31.76%-
XYZ4.536.558.23-
YUV61.22137.4795.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 78 (30.86% from 255) = 44.57%
R=9.14%
G=46.29%
B=44.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1681780.8000.040.68177.2367.0119.02
Hex10514E500444b14313
Octal201211161200410426110323
Binary100001010001100111010100000100100010010110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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