#128266

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

Shades of Deep Sea #128266

Tints of Deep Sea #128266

Color information

#128266 (or 0x128266) is unknown color: approx Deep Sea. HEX triplet: 12, 82 and 66. RGB value is (18,130,102). Sum of RGB (Red+Green+Blue) = 18+130+102=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #128266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128266 is #ED7D99. Grayscale: #5D5D5D. Windows color (decimal): -15564186 or 6717970. OLE color: 6717970.

HSL color Cylindrical-coordinate representation of color #128266: hue angle of 165º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128266 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB18130102-
CMYK0.8600.220.49
HSL165º75.68%29.02%-
HSV(B)165º86.15%50.98%-
XYZ10.6317.0515.3-
YUV93.32132.8974.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=7.2%
G=52%
B=40.8%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301020.8600.220.4916575.6829.02
Hex1282665601631a54c1d
Octal222021461260266124511435
Binary10010100000101100110101011001011011000110100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128266; }

 p { color: rgb(18,130,102); }

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

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

 a { background-color: rgb(18,130,102); }

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

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

 span { border-color: rgb(18,130,102); }

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