Html Css Color HEX #7DAEA7 Gulf Stream

📋 copy color: '#7DAEA7'

red 125 ◦ green 174 ◦ blue 167

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

Shades of Gulf Stream #7DAEA7

Tints of Gulf Stream #7DAEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.84%

R = 26.82%
G = 37.34%
B = 35.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#7DAEA7 (or 0x7DAEA7) is known color: Gulf Stream. HEX triplet: 7D, AE and A7. RGB value is (125,174,167). Sum of RGB (Red+Green+Blue) = 125+174+167=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAEA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAEA7 is #825158. Grayscale: #9E9E9E. Windows color (decimal): -8540505 or 10989181. OLE color: 10989181.

HSL color Cylindrical-coordinate representation of color #7DAEA7: hue angle of 171.43º 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 #7DAEA7 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 167 -
CMYK 0.28 0 0.04 0.32
HSL 171.43º 0.23% 0.59% -
HSV(B) 171.43º 0.28% 0.68% -
XYZ 30.57 37.42 42.17 -
YUV 158.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 125 174 167 0.28 0 0.04 0.32 171.43 0.23 0.59
Hex 7D AE A7 1C 0 4 20 AB 17 3B
Octal 175 256 247 34 0 4 40 253 27 73
Binary 1111101 10101110 10100111 11100 0 100 100000 10101011 10111 111011

Color Harmonies of #7DAEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAEA7

Black with #7DAEA7

Text Example


Text Example

White with #7DAEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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