Html Css Color HEX #7EBAA8 Gulf Stream

📋 copy color: '#7EBAA8'

red 126 ◦ green 186 ◦ blue 168

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

Shades of Gulf Stream #7EBAA8

Tints of Gulf Stream #7EBAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35%

R = 26.25%
G = 38.75%
B = 35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#7EBAA8 (or 0x7EBAA8) is known color: Gulf Stream. HEX triplet: 7E, BA and A8. RGB value is (126,186,168). Sum of RGB (Red+Green+Blue) = 126+186+168=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBAA8 is #814557. Grayscale: #A6A6A6. Windows color (decimal): -8471896 or 11057790. OLE color: 11057790.

HSL color Cylindrical-coordinate representation of color #7EBAA8: hue angle of 162º 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 #7EBAA8 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 186 168 -
CMYK 0.32 0 0.10 0.27
HSL 162º 0.3% 0.61% -
HSV(B) 162º 0.32% 0.73% -
XYZ 33.23 42.38 43.47 -
YUV 166.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 126 186 168 0.32 0 0.10 0.27 162 0.3 0.61
Hex 7E BA A8 20 0 A 1B A2 1E 3D
Octal 176 272 250 40 0 12 33 242 36 75
Binary 1111110 10111010 10101000 100000 0 1010 11011 10100010 11110 111101

Color Harmonies of #7EBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBAA8

Black with #7EBAA8

Text Example


Text Example

White with #7EBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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