#125253

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

Shades of Cyprus #125253

Tints of Cyprus #125253

Color information

#125253 (or 0x125253) is unknown color: approx Cyprus. HEX triplet: 12, 52 and 53. RGB value is (18,82,83). Sum of RGB (Red+Green+Blue) = 18+82+83=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #125253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125253 is #EDADAC. Grayscale: #3E3E3E. Windows color (decimal): -15576493 or 5460498. OLE color: 5460498.

HSL color Cylindrical-coordinate representation of color #125253: hue angle of 180.92º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125253 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB188283-
CMYK0.780.0100.67
HSL180.92º64.36%19.8%-
HSV(B)180.92º78.31%32.55%-
XYZ4.836.799.24-
YUV62.98139.395.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=9.84%
G=44.81%
B=45.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1882830.780.0100.67180.9264.3619.8
Hex1252534E1043b54014
Octal221221231161010326510024
Binary1001010100101010011100111010100001110110101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125253; }

 p { color: rgb(18,82,83); }

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

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

 a { background-color: rgb(18,82,83); }

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

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

 span { border-color: rgb(18,82,83); }

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