Html Css Color HEX #6EBBA5 Gulf Stream

📋 copy color: '#6EBBA5'

red 110 ◦ green 187 ◦ blue 165

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

Shades of Gulf Stream #6EBBA5

Tints of Gulf Stream #6EBBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.48%

 BLUE value IS 165 (64.84% from 255) = 35.71%

R = 23.81%
G = 40.48%
B = 35.71%

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

#6EBBA5 (or 0x6EBBA5) is known color: Gulf Stream. HEX triplet: 6E, BB and A5. RGB value is (110,187,165). Sum of RGB (Red+Green+Blue) = 110+187+165=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBBA5 is #91445A. Grayscale: #A1A1A1. Windows color (decimal): -9520219 or 10861422. OLE color: 10861422.

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

Color convert

RGB 110 187 165 -
CMYK 0.41 0 0.12 0.27
HSL 162.86º 0.36% 0.58% -
HSV(B) 162.86º 0.41% 0.73% -
XYZ 30.99 41.57 41.99 -
YUV 161.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 110 187 165 0.41 0 0.12 0.27 162.86 0.36 0.58
Hex 6E BB A5 29 0 C 1B A3 24 3A
Octal 156 273 245 51 0 14 33 243 44 72
Binary 1101110 10111011 10100101 101001 0 1100 11011 10100011 100100 111010

Color Harmonies of #6EBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBBA5

Black with #6EBBA5

Text Example


Text Example

White with #6EBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,187,165); }

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

background-color css

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

 a { background-color: rgb(110,187,165); }

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

border-color css

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

 span { border-color: rgb(110,187,165); }

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