Html Css Color HEX #7D989B Submarine

📋 copy color: '#7D989B'

red 125 ◦ green 152 ◦ blue 155

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

Shades of Submarine #7D989B

Tints of Submarine #7D989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.19%

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

R = 28.94%
G = 35.19%
B = 35.88%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D989B (or 0x7D989B) is known color: Submarine. HEX triplet: 7D, 98 and 9B. RGB value is (125,152,155). Sum of RGB (Red+Green+Blue) = 125+152+155=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D989B is #826764. Grayscale: #909090. Windows color (decimal): -8546149 or 10197117. OLE color: 10197117.

HSL color Cylindrical-coordinate representation of color #7D989B: hue angle of 186º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D989B is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 152 155 -
CMYK 0.19 0.02 0 0.39
HSL 186º 0.13% 0.55% -
HSV(B) 186º 0.19% 0.61% -
XYZ 25.6 29.18 35.29 -
YUV 144.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 125 152 155 0.19 0.02 0 0.39 186 0.13 0.55
Hex 7D 98 9B 13 2 0 27 BA D 37
Octal 175 230 233 23 2 0 47 272 15 67
Binary 1111101 10011000 10011011 10011 10 0 100111 10111010 1101 110111

Color Harmonies of #7D989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D989B

Black with #7D989B

Text Example


Text Example

White with #7D989B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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