#12554E

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

Shades of Cyprus #12554E

Tints of Cyprus #12554E

Color information

#12554E (or 0x12554E) is unknown color: approx Cyprus. HEX triplet: 12, 55 and 4E. RGB value is (18,85,78). Sum of RGB (Red+Green+Blue) = 18+85+78=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #12554E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12554E is #EDAAB1. Grayscale: #404040. Windows color (decimal): -15575730 or 5133586. OLE color: 5133586.

HSL color Cylindrical-coordinate representation of color #12554E: hue angle of 173.73º 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 #12554E is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB188578-
CMYK0.7900.080.67
HSL173.73º65.05%20.2%-
HSV(B)173.73º78.82%33.33%-
XYZ4.877.188.34-
YUV64.17135.895.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=9.94%
G=46.96%
B=43.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885780.7900.080.67173.7365.0520.2
Hex12554E4F0843ae4114
Octal2212511611701010325610124
Binary1001010101011001110100111101000100001110101110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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