#125651

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

Shades of Cyprus #125651

Tints of Cyprus #125651

Color information

#125651 (or 0x125651) is unknown color: approx Cyprus. HEX triplet: 12, 56 and 51. RGB value is (18,86,81). Sum of RGB (Red+Green+Blue) = 18+86+81=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #125651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125651 is #EDA9AE. Grayscale: #414141. Windows color (decimal): -15575471 or 5330450. OLE color: 5330450.

HSL color Cylindrical-coordinate representation of color #125651: hue angle of 175.59º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125651 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB188681-
CMYK0.7900.060.66
HSL175.59º65.38%20.39%-
HSV(B)175.59º79.07%33.73%-
XYZ5.067.388.94-
YUV65.1136.9794.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=9.73%
G=46.49%
B=43.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886810.7900.060.66175.5965.3820.39
Hex1256514F0642b04114
Octal221261211170610226010124
Binary100101010110101000110011110110100001010110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125651; }

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

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

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

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

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

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

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

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