#12514A

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

Shades of Cyprus #12514A

Tints of Cyprus #12514A

Color information

#12514A (or 0x12514A) is unknown color: approx Cyprus. HEX triplet: 12, 51 and 4A. RGB value is (18,81,74). Sum of RGB (Red+Green+Blue) = 18+81+74=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #12514A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12514A is #EDAEB5. Grayscale: #3D3D3D. Windows color (decimal): -15576758 or 4870418. OLE color: 4870418.

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

Color convert

RGB188174-
CMYK0.7800.090.68
HSL173.33º63.64%19.41%-
HSV(B)173.33º77.78%31.76%-
XYZ4.436.517.5-
YUV61.36135.1397.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 81 (32.03% from 255) = 46.82%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=10.40%
G=46.82%
B=42.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881740.7800.090.68173.3363.6419.41
Hex12514A4E0944ad4013
Octal2212111211601110425510023
Binary1001010100011001010100111001001100010010101101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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