#125251

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

Shades of Cyprus #125251

Tints of Cyprus #125251

Color information

#125251 (or 0x125251) is unknown color: approx Cyprus. HEX triplet: 12, 52 and 51. RGB value is (18,82,81). Sum of RGB (Red+Green+Blue) = 18+82+81=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #125251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125251 is #EDADAE. Grayscale: #3E3E3E. Windows color (decimal): -15576495 or 5329426. OLE color: 5329426.

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

Color convert

RGB188281-
CMYK0.7800.010.68
HSL179.06º64%19.61%-
HSV(B)179.06º78.05%32.16%-
XYZ4.756.768.84-
YUV62.75138.396.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 81 (32.03% from 255) = 44.75%
R=9.94%
G=45.30%
B=44.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882810.7800.010.68179.066419.61
Hex1252514E0144b34014
Octal221221211160110426310024
Binary1001010100101010001100111001100010010110011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125251; }

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

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

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

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

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

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

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

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