#128375

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

Shades of Deep Sea #128375

Tints of Deep Sea #128375

Color information

#128375 (or 0x128375) is unknown color: approx Deep Sea. HEX triplet: 12, 83 and 75. RGB value is (18,131,117). Sum of RGB (Red+Green+Blue) = 18+131+117=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #128375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128375 is #ED7C8A. Grayscale: #5F5F5F. Windows color (decimal): -15563915 or 7701266. OLE color: 7701266.

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

Color convert

RGB18131117-
CMYK0.8600.110.49
HSL172.57º75.84%29.22%-
HSV(B)172.57º86.26%51.37%-
XYZ11.5817.6519.63-
YUV95.62140.0672.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 131 (51.56% from 255) = 49.25%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=6.77%
G=49.25%
B=43.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181311170.8600.110.49172.5775.8429.22
Hex128375560B31ad4c1d
Octal222031651260136125511435
Binary1001010000011111010110101100101111000110101101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128375; }

 p { color: rgb(18,131,117); }

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

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

 a { background-color: rgb(18,131,117); }

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

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

 span { border-color: rgb(18,131,117); }

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