#128172

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

Shades of Deep Sea #128172

Tints of Deep Sea #128172

Color information

#128172 (or 0x128172) is unknown color: approx Deep Sea. HEX triplet: 12, 81 and 72. RGB value is (18,129,114). Sum of RGB (Red+Green+Blue) = 18+129+114=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #128172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128172 is #ED7E8D. Grayscale: #5E5E5E. Windows color (decimal): -15564430 or 7504146. OLE color: 7504146.

HSL color Cylindrical-coordinate representation of color #128172: hue angle of 171.89º 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 #128172 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB18129114-
CMYK0.8600.120.49
HSL171.89º75.51%28.82%-
HSV(B)171.89º86.05%50.59%-
XYZ11.1417.0418.62-
YUV94.1139.2373.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 129 (50.78% from 255) = 49.43%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=6.90%
G=49.43%
B=43.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181291140.8600.120.49171.8975.5128.82
Hex128172560C31ac4c1d
Octal222011621260146125411435
Binary1001010000001111001010101100110011000110101100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128172; }

 p { color: rgb(18,129,114); }

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

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

 a { background-color: rgb(18,129,114); }

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

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

 span { border-color: rgb(18,129,114); }

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