#12554D

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

Shades of Cyprus #12554D

Tints of Cyprus #12554D

Color information

#12554D (or 0x12554D) is unknown color: approx Cyprus. HEX triplet: 12, 55 and 4D. RGB value is (18,85,77). Sum of RGB (Red+Green+Blue) = 18+85+77=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #12554D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12554D is #EDAAB2. Grayscale: #404040. Windows color (decimal): -15575731 or 5068050. OLE color: 5068050.

HSL color Cylindrical-coordinate representation of color #12554D: hue angle of 172.84º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12554D is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB188577-
CMYK0.7900.090.67
HSL172.84º65.05%20.2%-
HSV(B)172.84º78.82%33.33%-
XYZ4.847.168.15-
YUV64.05135.395.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 77 (30.47% from 255) = 42.78%
R=10%
G=47.22%
B=42.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885770.7900.090.67172.8465.0520.2
Hex12554D4F0943ad4114
Octal2212511511701110325510124
Binary1001010101011001101100111101001100001110101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,85,77); }

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

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

 a { background-color: rgb(18,85,77); }

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

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

 span { border-color: rgb(18,85,77); }

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