Html Css Color HEX #7EB8AB Gulf Stream

📋 copy color: '#7EB8AB'

red 126 ◦ green 184 ◦ blue 171

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

Shades of Gulf Stream #7EB8AB

Tints of Gulf Stream #7EB8AB

RGB

 RED value IS 126 (49.61% from 255) = 26.2%

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

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 26.2%
G = 38.25%
B = 35.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#7EB8AB (or 0x7EB8AB) is known color: Gulf Stream. HEX triplet: 7E, B8 and AB. RGB value is (126,184,171). Sum of RGB (Red+Green+Blue) = 126+184+171=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB8AB is #814754. Grayscale: #A5A5A5. Windows color (decimal): -8472405 or 11253886. OLE color: 11253886.

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

Color convert

RGB 126 184 171 -
CMYK 0.32 0 0.07 0.28
HSL 166.55º 0.29% 0.61% -
HSV(B) 166.55º 0.32% 0.72% -
XYZ 33.1 41.66 44.82 -
YUV 165.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 126 184 171 0.32 0 0.07 0.28 166.55 0.29 0.61
Hex 7E B8 AB 20 0 7 1C A7 1D 3D
Octal 176 270 253 40 0 7 34 247 35 75
Binary 1111110 10111000 10101011 100000 0 111 11100 10100111 11101 111101

Color Harmonies of #7EB8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB8AB

Black with #7EB8AB

Text Example


Text Example

White with #7EB8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,184,171); }

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

background-color css

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

 a { background-color: rgb(126,184,171); }

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

border-color css

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

 span { border-color: rgb(126,184,171); }

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