Html Css Color HEX #7DA09B Submarine

📋 copy color: '#7DA09B'

red 125 ◦ green 160 ◦ blue 155

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

Shades of Submarine #7DA09B

Tints of Submarine #7DA09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.36%

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 28.41%
G = 36.36%
B = 35.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#7DA09B (or 0x7DA09B) is known color: Submarine. HEX triplet: 7D, A0 and 9B. RGB value is (125,160,155). Sum of RGB (Red+Green+Blue) = 125+160+155=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA09B is #825F64. Grayscale: #949494. Windows color (decimal): -8544101 or 10199165. OLE color: 10199165.

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

Color convert

RGB 125 160 155 -
CMYK 0.22 0 0.03 0.37
HSL 171.43º 0.16% 0.56% -
HSV(B) 171.43º 0.22% 0.63% -
XYZ 26.94 31.87 35.74 -
YUV 148.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 125 160 155 0.22 0 0.03 0.37 171.43 0.16 0.56
Hex 7D A0 9B 16 0 3 25 AB 10 38
Octal 175 240 233 26 0 3 45 253 20 70
Binary 1111101 10100000 10011011 10110 0 11 100101 10101011 10000 111000

Color Harmonies of #7DA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA09B

Black with #7DA09B

Text Example


Text Example

White with #7DA09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,160,155); }

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

background-color css

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

 a { background-color: rgb(125,160,155); }

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

border-color css

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

 span { border-color: rgb(125,160,155); }

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