Html Css Color HEX #7FB8AD Gulf Stream

📋 copy color: '#7FB8AD'

red 127 ◦ green 184 ◦ blue 173

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

Shades of Gulf Stream #7FB8AD

Tints of Gulf Stream #7FB8AD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.02%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 26.24%
G = 38.02%
B = 35.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#7FB8AD (or 0x7FB8AD) is known color: Gulf Stream. HEX triplet: 7F, B8 and AD. RGB value is (127,184,173). Sum of RGB (Red+Green+Blue) = 127+184+173=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB8AD is #804752. Grayscale: #A5A5A5. Windows color (decimal): -8406867 or 11384959. OLE color: 11384959.

HSL color Cylindrical-coordinate representation of color #7FB8AD: hue angle of 168.42º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB8AD is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 173 -
CMYK 0.31 0 0.06 0.28
HSL 168.42º 0.29% 0.61% -
HSV(B) 168.42º 0.31% 0.72% -
XYZ 33.44 41.81 45.84 -
YUV 165.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 127 184 173 0.31 0 0.06 0.28 168.42 0.29 0.61
Hex 7F B8 AD 1F 0 6 1C A8 1D 3D
Octal 177 270 255 37 0 6 34 250 35 75
Binary 1111111 10111000 10101101 11111 0 110 11100 10101000 11101 111101

Color Harmonies of #7FB8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB8AD

Black with #7FB8AD

Text Example


Text Example

White with #7FB8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,184,173); }

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

background-color css

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

 a { background-color: rgb(127,184,173); }

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

border-color css

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

 span { border-color: rgb(127,184,173); }

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