Html Css Color HEX #7FAEAA Gulf Stream

📋 copy color: '#7FAEAA'

red 127 ◦ green 174 ◦ blue 170

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

Shades of Gulf Stream #7FAEAA

Tints of Gulf Stream #7FAEAA

RGB

 RED value IS 127 (50% from 255) = 26.96%

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

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

R = 26.96%
G = 36.94%
B = 36.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#7FAEAA (or 0x7FAEAA) is known color: Gulf Stream. HEX triplet: 7F, AE and AA. RGB value is (127,174,170). Sum of RGB (Red+Green+Blue) = 127+174+170=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEAA is #805155. Grayscale: #9F9F9F. Windows color (decimal): -8409430 or 11185791. OLE color: 11185791.

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

Color convert

RGB 127 174 170 -
CMYK 0.27 0 0.02 0.32
HSL 174.89º 0.22% 0.59% -
HSV(B) 174.89º 0.27% 0.68% -
XYZ 31.14 37.69 43.66 -
YUV 159.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 127 174 170 0.27 0 0.02 0.32 174.89 0.22 0.59
Hex 7F AE AA 1B 0 2 20 AF 16 3B
Octal 177 256 252 33 0 2 40 257 26 73
Binary 1111111 10101110 10101010 11011 0 10 100000 10101111 10110 111011

Color Harmonies of #7FAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEAA

Black with #7FAEAA

Text Example


Text Example

White with #7FAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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