#12554B

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

Shades of Cyprus #12554B

Tints of Cyprus #12554B

Color information

#12554B (or 0x12554B) is unknown color: approx Cyprus. HEX triplet: 12, 55 and 4B. RGB value is (18,85,75). Sum of RGB (Red+Green+Blue) = 18+85+75=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #12554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12554B is #EDAAB4. Grayscale: #3F3F3F. Windows color (decimal): -15575733 or 4936978. OLE color: 4936978.

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

Color convert

RGB188575-
CMYK0.7900.120.67
HSL171.04º65.05%20.2%-
HSV(B)171.04º78.82%33.33%-
XYZ4.777.137.78-
YUV63.83134.395.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=10.11%
G=47.75%
B=42.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885750.7900.120.67171.0465.0520.2
Hex12554B4F0C43ab4114
Octal2212511311701410325310124
Binary1001010101011001011100111101100100001110101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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