#128171

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

Shades of Deep Sea #128171

Tints of Deep Sea #128171

Color information

#128171 (or 0x128171) is unknown color: approx Deep Sea. HEX triplet: 12, 81 and 71. RGB value is (18,129,113). Sum of RGB (Red+Green+Blue) = 18+129+113=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #128171 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128171 is #ED7E8E. Grayscale: #5D5D5D. Windows color (decimal): -15564431 or 7438610. OLE color: 7438610.

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

Color convert

RGB18129113-
CMYK0.8600.120.49
HSL171.35º75.51%28.82%-
HSV(B)171.35º86.05%50.59%-
XYZ11.0817.0218.32-
YUV93.99138.7373.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 129 (50.78% from 255) = 49.62%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=6.92%
G=49.62%
B=43.46%

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
Decimal181291130.8600.120.49171.3575.5128.82
Hex128171560C31ab4c1d
Octal222011611260146125311435
Binary1001010000001111000110101100110011000110101011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128171; }

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

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

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

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

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

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

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

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