#128665

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

Shades of Deep Sea #128665

Tints of Deep Sea #128665

Color information

#128665 (or 0x128665) is unknown color: approx Deep Sea. HEX triplet: 12, 86 and 65. RGB value is (18,134,101). Sum of RGB (Red+Green+Blue) = 18+134+101=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #128665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128665 is #ED799A. Grayscale: #5F5F5F. Windows color (decimal): -15563163 or 6653458. OLE color: 6653458.

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

Color convert

RGB18134101-
CMYK0.8700.250.47
HSL162.93º76.32%29.8%-
HSV(B)162.93º86.57%52.55%-
XYZ11.1218.1215.22-
YUV95.55131.0772.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 134 (52.73% from 255) = 52.96%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=7.11%
G=52.96%
B=39.92%

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
Decimal181341010.8700.250.47162.9376.3229.8
Hex128665570192Fa34c1e
Octal222061451270315724311436
Binary10010100001101100101101011101100110111110100011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128665; }

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

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

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

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

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

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

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

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