Html Css Color HEX #7DA29D Submarine

📋 copy color: '#7DA29D'

red 125 ◦ green 162 ◦ blue 157

#7DA29D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #7DA29D

Tints of Submarine #7DA29D

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 value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#7DA29D (or 0x7DA29D) is known color: 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

RGB 125 162 157 -
CMYK 0.23 0 0.03 0.36
HSL 171.89º 0.17% 0.56% -
HSV(B) 171.89º 0.23% 0.64% -
XYZ 27.46 32.63 36.75 -
YUV 150.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 125 162 157 0.23 0 0.03 0.36 171.89 0.17 0.56
Hex 7D A2 9D 17 0 3 24 AC 11 38
Octal 175 242 235 27 0 3 44 254 21 70
Binary 1111101 10100010 10011101 10111 0 11 100100 10101100 10001 111000

Color Harmonies of #7DA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA29D

Black with #7DA29D

Text Example


Text Example

White with #7DA29D

Text Example


Text Example

HTML Codes & Css Web 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>