#128664

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

Shades of Deep Sea #128664

Tints of Deep Sea #128664

Color information

#128664 (or 0x128664) is unknown color: approx Deep Sea. HEX triplet: 12, 86 and 64. RGB value is (18,134,100). Sum of RGB (Red+Green+Blue) = 18+134+100=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #128664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128664 is #ED799B. Grayscale: #5F5F5F. Windows color (decimal): -15563164 or 6587922. OLE color: 6587922.

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

Color convert

RGB18134100-
CMYK0.8700.250.47
HSL162.41º76.32%29.8%-
HSV(B)162.41º86.57%52.55%-
XYZ11.0718.114.97-
YUV95.44130.5772.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 134 (52.73% from 255) = 53.17%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=7.14%
G=53.17%
B=39.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181341000.8700.250.47162.4176.3229.8
Hex128664570192Fa24c1e
Octal222061441270315724211436
Binary10010100001101100100101011101100110111110100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128664; }

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

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

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

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

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

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

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

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