#128763

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

Shades of Deep Sea #128763

Tints of Deep Sea #128763

Color information

#128763 (or 0x128763) is unknown color: approx Deep Sea. HEX triplet: 12, 87 and 63. RGB value is (18,135,99). Sum of RGB (Red+Green+Blue) = 18+135+99=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #128763 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128763 is #ED789C. Grayscale: #5F5F5F. Windows color (decimal): -15562909 or 6522642. OLE color: 6522642.

HSL color Cylindrical-coordinate representation of color #128763: hue angle of 161.54º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128763 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1813599-
CMYK0.8700.270.47
HSL161.54º76.47%30%-
HSV(B)161.54º86.67%52.94%-
XYZ11.1718.3614.76-
YUV95.91129.7472.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=7.14%
G=53.57%
B=39.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135990.8700.270.47161.5476.4730
Hex1287635701B2Fa24c1e
Octal222071431270335724211436
Binary10010100001111100011101011101101110111110100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128763; }

 p { color: rgb(18,135,99); }

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

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

 a { background-color: rgb(18,135,99); }

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

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

 span { border-color: rgb(18,135,99); }

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