#125053

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

Shades of Cyprus #125053

Tints of Cyprus #125053

Color information

#125053 (or 0x125053) is unknown color: approx Cyprus. HEX triplet: 12, 50 and 53. RGB value is (18,80,83). Sum of RGB (Red+Green+Blue) = 18+80+83=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #125053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125053 is #EDAFAC. Grayscale: #3D3D3D. Windows color (decimal): -15577005 or 5459986. OLE color: 5459986.

HSL color Cylindrical-coordinate representation of color #125053: hue angle of 182.77º 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 #125053 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB188083-
CMYK0.780.0400.67
HSL182.77º64.36%19.8%-
HSV(B)182.77º78.31%32.55%-
XYZ4.686.499.19-
YUV61.8139.9696.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=9.94%
G=44.20%
B=45.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1880830.780.0400.67182.7764.3619.8
Hex1250534E4043b74014
Octal221201231164010326710024
Binary100101010000101001110011101000100001110110111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125053; }

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

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

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

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

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

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

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

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