Html Css Color HEX #7FAAA3 Gulf Stream

📋 copy color: '#7FAAA3'

red 127 ◦ green 170 ◦ blue 163

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

Shades of Gulf Stream #7FAAA3

Tints of Gulf Stream #7FAAA3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.96%

 BLUE value IS 163 (64.06% from 255) = 35.43%

R = 27.61%
G = 36.96%
B = 35.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#7FAAA3 (or 0x7FAAA3) is known color: Gulf Stream. HEX triplet: 7F, AA and A3. RGB value is (127,170,163). Sum of RGB (Red+Green+Blue) = 127+170+163=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAAA3 is #80555C. Grayscale: #9C9C9C. Windows color (decimal): -8410461 or 10726015. OLE color: 10726015.

HSL color Cylindrical-coordinate representation of color #7FAAA3: hue angle of 170.23º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FAAA3 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 170 163 -
CMYK 0.25 0 0.04 0.33
HSL 170.23º 0.2% 0.58% -
HSV(B) 170.23º 0.25% 0.67% -
XYZ 29.74 35.91 40.01 -
YUV 156.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 127 170 163 0.25 0 0.04 0.33 170.23 0.2 0.58
Hex 7F AA A3 19 0 4 21 AA 14 3A
Octal 177 252 243 31 0 4 41 252 24 72
Binary 1111111 10101010 10100011 11001 0 100 100001 10101010 10100 111010

Color Harmonies of #7FAAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAAA3

Black with #7FAAA3

Text Example


Text Example

White with #7FAAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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