Html Css Color HEX #6EBCAC Gulf Stream

📋 copy color: '#6EBCAC'

red 110 ◦ green 188 ◦ blue 172

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

Shades of Gulf Stream #6EBCAC

Tints of Gulf Stream #6EBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40%

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 23.4%
G = 40%
B = 36.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#6EBCAC (or 0x6EBCAC) is known color: Gulf Stream. HEX triplet: 6E, BC and AC. RGB value is (110,188,172). Sum of RGB (Red+Green+Blue) = 110+188+172=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBCAC is #914353. Grayscale: #A2A2A2. Windows color (decimal): -9519956 or 11320430. OLE color: 11320430.

HSL color Cylindrical-coordinate representation of color #6EBCAC: hue angle of 167.69º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBCAC is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 188 172 -
CMYK 0.41 0 0.09 0.26
HSL 167.69º 0.37% 0.58% -
HSV(B) 167.69º 0.41% 0.74% -
XYZ 31.86 42.26 45.51 -
YUV 162.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 110 188 172 0.41 0 0.09 0.26 167.69 0.37 0.58
Hex 6E BC AC 29 0 9 1A A8 25 3A
Octal 156 274 254 51 0 11 32 250 45 72
Binary 1101110 10111100 10101100 101001 0 1001 11010 10101000 100101 111010

Color Harmonies of #6EBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCAC

Black with #6EBCAC

Text Example


Text Example

White with #6EBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,188,172); }

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

background-color css

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

 a { background-color: rgb(110,188,172); }

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

border-color css

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

 span { border-color: rgb(110,188,172); }

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