#12554A

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

Shades of Cyprus #12554A

Tints of Cyprus #12554A

Color information

#12554A (or 0x12554A) is unknown color: approx Cyprus. HEX triplet: 12, 55 and 4A. RGB value is (18,85,74). Sum of RGB (Red+Green+Blue) = 18+85+74=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #12554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12554A is #EDAAB5. Grayscale: #3F3F3F. Windows color (decimal): -15575734 or 4871442. OLE color: 4871442.

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

Color convert

RGB188574-
CMYK0.7900.130.67
HSL170.15º65.05%20.2%-
HSV(B)170.15º78.82%33.33%-
XYZ4.737.127.6-
YUV63.71133.895.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=10.17%
G=48.02%
B=41.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885740.7900.130.67170.1565.0520.2
Hex12554A4F0D43aa4114
Octal2212511211701510325210124
Binary1001010101011001010100111101101100001110101010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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