#10514A

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

Shades of Cyprus #10514A

Tints of Cyprus #10514A

Color information

#10514A (or 0x10514A) is unknown color: approx Cyprus. HEX triplet: 10, 51 and 4A. RGB value is (16,81,74). Sum of RGB (Red+Green+Blue) = 16+81+74=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #10514A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10514A is #EFAEB5. Grayscale: #3C3C3C. Windows color (decimal): -15707830 or 4870416. OLE color: 4870416.

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

Color convert

RGB168174-
CMYK0.8000.090.68
HSL173.54º67.01%19.02%-
HSV(B)173.54º80.25%31.76%-
XYZ4.396.497.5-
YUV60.77135.4796.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=9.36%
G=47.37%
B=43.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1681740.8000.090.68173.5467.0119.02
Hex10514A500944ae4313
Octal2012111212001110425610323
Binary1000010100011001010101000001001100010010101110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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