#128374

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

Shades of Deep Sea #128374

Tints of Deep Sea #128374

Color information

#128374 (or 0x128374) is unknown color: approx Deep Sea. HEX triplet: 12, 83 and 74. RGB value is (18,131,116). Sum of RGB (Red+Green+Blue) = 18+131+116=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #128374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128374 is #ED7C8B. Grayscale: #5F5F5F. Windows color (decimal): -15563916 or 7635730. OLE color: 7635730.

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

Color convert

RGB18131116-
CMYK0.8600.110.49
HSL172.04º75.84%29.22%-
HSV(B)172.04º86.26%51.37%-
XYZ11.5217.6219.32-
YUV95.5139.5672.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 131 (51.56% from 255) = 49.43%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=6.79%
G=49.43%
B=43.77%

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
Decimal181311160.8600.110.49172.0475.8429.22
Hex128374560B31ac4c1d
Octal222031641260136125411435
Binary1001010000011111010010101100101111000110101100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128374; }

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

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

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

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

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

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

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

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