#7FA29D

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

Shades of Submarine #7FA29D

Tints of Submarine #7FA29D

Color information

#7FA29D (or 0x7FA29D) is unknown color: approx Submarine. HEX triplet: 7F, A2 and 9D. RGB value is (127,162,157). Sum of RGB (Red+Green+Blue) = 127+162+157=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA29D is #805D62. Grayscale: #969696. Windows color (decimal): -8412515 or 10330751. OLE color: 10330751.

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

Color convert

RGB127162157-
CMYK0.2200.030.36
HSL171.43º15.84%56.67%-
HSV(B)171.43º21.6%63.53%-
XYZ27.7632.7936.76-
YUV150.96131.4110.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.48%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=28.48%
G=36.32%
B=35.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271621570.2200.030.36171.4315.8456.67
Hex7FA29D160324ab1039
Octal1772422352603442532071
Binary11111111010001010011101101100111001001010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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