#12514C

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

Shades of Cyprus #12514C

Tints of Cyprus #12514C

Color information

#12514C (or 0x12514C) is unknown color: approx Cyprus. HEX triplet: 12, 51 and 4C. RGB value is (18,81,76). Sum of RGB (Red+Green+Blue) = 18+81+76=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #12514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12514C is #EDAEB3. Grayscale: #3D3D3D. Windows color (decimal): -15576756 or 5001490. OLE color: 5001490.

HSL color Cylindrical-coordinate representation of color #12514C: hue angle of 175.24º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12514C is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB188176-
CMYK0.7800.060.68
HSL175.24º63.64%19.41%-
HSV(B)175.24º77.78%31.76%-
XYZ4.56.547.86-
YUV61.59136.1396.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=10.29%
G=46.29%
B=43.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881760.7800.060.68175.2463.6419.41
Hex12514C4E0644af4013
Octal221211141160610425710023
Binary100101010001100110010011100110100010010101111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12514C; }

 p { color: rgb(18,81,76); }

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

<style>
 a { background-color: #12514C; }

 a { background-color: rgb(18,81,76); }

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

<style>
 span { border-color: #12514C; }

 span { border-color: rgb(18,81,76); }

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