Html Css Color HEX #6EBAA3 Gulf Stream

📋 copy color: '#6EBAA3'

red 110 ◦ green 186 ◦ blue 163

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

Shades of Gulf Stream #6EBAA3

Tints of Gulf Stream #6EBAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.51%

R = 23.97%
G = 40.52%
B = 35.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#6EBAA3 (or 0x6EBAA3) is known color: Gulf Stream. HEX triplet: 6E, BA and A3. RGB value is (110,186,163). Sum of RGB (Red+Green+Blue) = 110+186+163=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBAA3 is #91455C. Grayscale: #A0A0A0. Windows color (decimal): -9520477 or 10730094. OLE color: 10730094.

HSL color Cylindrical-coordinate representation of color #6EBAA3: hue angle of 161.84º 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 #6EBAA3 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 186 163 -
CMYK 0.41 0 0.12 0.27
HSL 161.84º 0.36% 0.58% -
HSV(B) 161.84º 0.41% 0.73% -
XYZ 30.6 41.08 40.97 -
YUV 160.65 129.32 91.87 -
System Red Green Blue C M Y K H S L
Decimal 110 186 163 0.41 0 0.12 0.27 161.84 0.36 0.58
Hex 6E BA A3 29 0 C 1B A2 24 3A
Octal 156 272 243 51 0 14 33 242 44 72
Binary 1101110 10111010 10100011 101001 0 1100 11011 10100010 100100 111010

Color Harmonies of #6EBAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBAA3

Black with #6EBAA3

Text Example


Text Example

White with #6EBAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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