#128764

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

Shades of Deep Sea #128764

Tints of Deep Sea #128764

Color information

#128764 (or 0x128764) is unknown color: approx Deep Sea. HEX triplet: 12, 87 and 64. RGB value is (18,135,100). Sum of RGB (Red+Green+Blue) = 18+135+100=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #128764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128764 is #ED789B. Grayscale: #606060. Windows color (decimal): -15562908 or 6588178. OLE color: 6588178.

HSL color Cylindrical-coordinate representation of color #128764: hue angle of 162.05º 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 #128764 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB18135100-
CMYK0.8700.260.47
HSL162.05º76.47%30%-
HSV(B)162.05º86.67%52.94%-
XYZ11.2118.3815.01-
YUV96.03130.2472.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=7.11%
G=53.36%
B=39.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181351000.8700.260.47162.0576.4730
Hex1287645701A2Fa24c1e
Octal222071441270325724211436
Binary10010100001111100100101011101101010111110100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128764; }

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

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

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

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

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

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

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

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