Html Css Color HEX #7DA29F Submarine

📋 copy color: '#7DA29F'

red 125 ◦ green 162 ◦ blue 159

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

Shades of Submarine #7DA29F

Tints of Submarine #7DA29F

RGB

 RED value IS 125 (49.22% from 255) = 28.03%

 GREEN value IS 162 (63.67% from 255) = 36.32%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 28.03%
G = 36.32%
B = 35.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#7DA29F (or 0x7DA29F) is known color: Submarine. HEX triplet: 7D, A2 and 9F. RGB value is (125,162,159). Sum of RGB (Red+Green+Blue) = 125+162+159=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA29F is #825D60. Grayscale: #969696. Windows color (decimal): -8543585 or 10461821. OLE color: 10461821.

HSL color Cylindrical-coordinate representation of color #7DA29F: hue angle of 175.14º 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 #7DA29F is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 162 159 -
CMYK 0.23 0 0.02 0.36
HSL 175.14º 0.17% 0.56% -
HSV(B) 175.14º 0.23% 0.64% -
XYZ 27.64 32.7 37.66 -
YUV 150.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 125 162 159 0.23 0 0.02 0.36 175.14 0.17 0.56
Hex 7D A2 9F 17 0 2 24 AF 11 38
Octal 175 242 237 27 0 2 44 257 21 70
Binary 1111101 10100010 10011111 10111 0 10 100100 10101111 10001 111000

Color Harmonies of #7DA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA29F

Black with #7DA29F

Text Example


Text Example

White with #7DA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DA29F;
 }
 .AnyTagClassName
 {
   color: #7DA29F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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