#125352

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

Shades of Cyprus #125352

Tints of Cyprus #125352

Color information

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

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

Color convert

RGB188382-
CMYK0.7800.010.67
HSL179.08º64.36%19.8%-
HSV(B)179.08º78.31%32.55%-
XYZ4.876.929.06-
YUV63.45138.4795.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883820.7800.010.67179.0864.3619.8
Hex1253524E0143b34014
Octal221231221160110326310024
Binary1001010100111010010100111001100001110110011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125352; }

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

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

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

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

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

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

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

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