#12574B

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

Shades of Cyprus #12574B

Tints of Cyprus #12574B

Color information

#12574B (or 0x12574B) is unknown color: approx Cyprus. HEX triplet: 12, 57 and 4B. RGB value is (18,87,75). Sum of RGB (Red+Green+Blue) = 18+87+75=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #12574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12574B is #EDA8B4. Grayscale: #404040. Windows color (decimal): -15575221 or 4937490. OLE color: 4937490.

HSL color Cylindrical-coordinate representation of color #12574B: hue angle of 169.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12574B is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB188775-
CMYK0.7900.140.66
HSL169.57º65.71%20.59%-
HSV(B)169.57º79.31%34.12%-
XYZ4.937.457.84-
YUV65133.6494.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 87 (34.38% from 255) = 48.33%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=10%
G=48.33%
B=41.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887750.7900.140.66169.5765.7120.59
Hex12574B4F0E42aa4215
Octal2212711311701610225210225
Binary1001010101111001011100111101110100001010101010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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