#7DA29D

Color #7DA29D Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #7DA29D

Tints of Submarine #7DA29D

Color information

#7DA29D (or 0x7DA29D) is unknown color: approx Submarine. HEX triplet: 7D, A2 and 9D. RGB value is (125,162,157). Sum of RGB (Red+Green+Blue) = 125+162+157=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA29D is #825D62. Grayscale: #969696. Windows color (decimal): -8543587 or 10330749. OLE color: 10330749.

HSL color Cylindrical-coordinate representation of color #7DA29D: hue angle of 171.89º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7DA29D is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB125162157-
CMYK0.2300.030.36
HSL171.89º16.59%56.27%-
HSV(B)171.89º22.84%63.53%-
XYZ27.4632.6336.75-
YUV150.37131.74109.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.15%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=28.15%
G=36.49%
B=35.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251621570.2300.030.36171.8916.5956.27
Hex7DA29D170324ac1138
Octal1752422352703442542170
Binary11111011010001010011101101110111001001010110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DA29D; }

 p { color: rgb(125,162,157); }

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

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

 a { background-color: rgb(125,162,157); }

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

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

 span { border-color: rgb(125,162,157); }

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