#125049

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

Shades of Cyprus #125049

Tints of Cyprus #125049

Color information

#125049 (or 0x125049) is unknown color: approx Cyprus. HEX triplet: 12, 50 and 49. RGB value is (18,80,73). Sum of RGB (Red+Green+Blue) = 18+80+73=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #125049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125049 is #EDAFB6. Grayscale: #3C3C3C. Windows color (decimal): -15577015 or 4804626. OLE color: 4804626.

HSL color Cylindrical-coordinate representation of color #125049: hue angle of 173.23º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125049 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB188073-
CMYK0.7800.090.69
HSL173.23º63.27%19.22%-
HSV(B)173.23º77.5%31.37%-
XYZ4.326.357.3-
YUV60.66134.9697.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 73 (28.91% from 255) = 42.69%
R=10.53%
G=46.78%
B=42.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880730.7800.090.69173.2363.2719.22
Hex1250494E0945ad3f13
Octal221201111160111052557723
Binary100101010000100100110011100100110001011010110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125049; }

 p { color: rgb(18,80,73); }

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

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

 a { background-color: rgb(18,80,73); }

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

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

 span { border-color: rgb(18,80,73); }

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