Html Css Color HEX #6EBAA6 Gulf Stream

📋 copy color: '#6EBAA6'

red 110 ◦ green 186 ◦ blue 166

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

Shades of Gulf Stream #6EBAA6

Tints of Gulf Stream #6EBAA6

RGB

 RED value IS 110 (43.36% from 255) = 23.81%

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

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 23.81%
G = 40.26%
B = 35.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#6EBAA6 (or 0x6EBAA6) is known color: Gulf Stream. HEX triplet: 6E, BA and A6. RGB value is (110,186,166). Sum of RGB (Red+Green+Blue) = 110+186+166=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBAA6 is #914559. Grayscale: #A1A1A1. Windows color (decimal): -9520474 or 10926702. OLE color: 10926702.

HSL color Cylindrical-coordinate representation of color #6EBAA6: hue angle of 164.21º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBAA6 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 186 166 -
CMYK 0.41 0 0.11 0.27
HSL 164.21º 0.36% 0.58% -
HSV(B) 164.21º 0.41% 0.73% -
XYZ 30.87 41.19 42.4 -
YUV 161 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 110 186 166 0.41 0 0.11 0.27 164.21 0.36 0.58
Hex 6E BA A6 29 0 B 1B A4 24 3A
Octal 156 272 246 51 0 13 33 244 44 72
Binary 1101110 10111010 10100110 101001 0 1011 11011 10100100 100100 111010

Color Harmonies of #6EBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBAA6

Black with #6EBAA6

Text Example


Text Example

White with #6EBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EBAA6; }

 p { color: rgb(110,186,166); }

 H1.HeaderClassName
 {
   color: #6EBAA6;
 }
 .AnyTagClassName
 {
   color: #6EBAA6;
 }
</style>

background-color css

<style>
 a { background-color: #6EBAA6; }

 a { background-color: rgb(110,186,166); }

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

border-color css

<style>
 span { border-color: #6EBAA6; }

 span { border-color: rgb(110,186,166); }

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