Html Css Color HEX #7EBAAA Gulf Stream

📋 copy color: '#7EBAAA'

red 126 ◦ green 186 ◦ blue 170

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

Shades of Gulf Stream #7EBAAA

Tints of Gulf Stream #7EBAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.59%

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

R = 26.14%
G = 38.59%
B = 35.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#7EBAAA (or 0x7EBAAA) is known color: Gulf Stream. HEX triplet: 7E, BA and AA. RGB value is (126,186,170). Sum of RGB (Red+Green+Blue) = 126+186+170=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBAAA is #814555. Grayscale: #A6A6A6. Windows color (decimal): -8471894 or 11188862. OLE color: 11188862.

HSL color Cylindrical-coordinate representation of color #7EBAAA: hue angle of 164º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EBAAA is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 186 170 -
CMYK 0.32 0 0.09 0.27
HSL 164º 0.3% 0.61% -
HSV(B) 164º 0.32% 0.73% -
XYZ 33.42 42.46 44.46 -
YUV 166.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 126 186 170 0.32 0 0.09 0.27 164 0.3 0.61
Hex 7E BA AA 20 0 9 1B A4 1E 3D
Octal 176 272 252 40 0 11 33 244 36 75
Binary 1111110 10111010 10101010 100000 0 1001 11011 10100100 11110 111101

Color Harmonies of #7EBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBAAA

Black with #7EBAAA

Text Example


Text Example

White with #7EBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,186,170); }

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

background-color css

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

 a { background-color: rgb(126,186,170); }

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

border-color css

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

 span { border-color: rgb(126,186,170); }

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