Html Css Color HEX #7DAEAA Gulf Stream

📋 copy color: '#7DAEAA'

red 125 ◦ green 174 ◦ blue 170

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

Shades of Gulf Stream #7DAEAA

Tints of Gulf Stream #7DAEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.1%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 26.65%
G = 37.1%
B = 36.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#7DAEAA (or 0x7DAEAA) is known color: Gulf Stream. HEX triplet: 7D, AE and AA. RGB value is (125,174,170). Sum of RGB (Red+Green+Blue) = 125+174+170=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAEAA is #825155. Grayscale: #9E9E9E. Windows color (decimal): -8540502 or 11185789. OLE color: 11185789.

HSL color Cylindrical-coordinate representation of color #7DAEAA: hue angle of 175.1º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAEAA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 170 -
CMYK 0.28 0 0.02 0.32
HSL 175.1º 0.23% 0.59% -
HSV(B) 175.1º 0.28% 0.68% -
XYZ 30.85 37.53 43.65 -
YUV 158.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 125 174 170 0.28 0 0.02 0.32 175.1 0.23 0.59
Hex 7D AE AA 1C 0 2 20 AF 17 3B
Octal 175 256 252 34 0 2 40 257 27 73
Binary 1111101 10101110 10101010 11100 0 10 100000 10101111 10111 111011

Color Harmonies of #7DAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAEAA

Black with #7DAEAA

Text Example


Text Example

White with #7DAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,174,170); }

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

background-color css

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

 a { background-color: rgb(125,174,170); }

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

border-color css

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

 span { border-color: rgb(125,174,170); }

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