Html Css Color HEX #6EBEAA Gulf Stream

📋 copy color: '#6EBEAA'

red 110 ◦ green 190 ◦ blue 170

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

Shades of Gulf Stream #6EBEAA

Tints of Gulf Stream #6EBEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 23.4%
G = 40.43%
B = 36.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#6EBEAA (or 0x6EBEAA) is known color: Gulf Stream. HEX triplet: 6E, BE and AA. RGB value is (110,190,170). Sum of RGB (Red+Green+Blue) = 110+190+170=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBEAA is #914155. Grayscale: #A3A3A3. Windows color (decimal): -9519446 or 11189870. OLE color: 11189870.

HSL color Cylindrical-coordinate representation of color #6EBEAA: hue angle of 165º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBEAA is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 190 170 -
CMYK 0.42 0 0.11 0.25
HSL 165º 0.38% 0.59% -
HSV(B) 165º 0.42% 0.75% -
XYZ 32.1 43.04 44.65 -
YUV 163.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 110 190 170 0.42 0 0.11 0.25 165 0.38 0.59
Hex 6E BE AA 2A 0 B 19 A5 26 3B
Octal 156 276 252 52 0 13 31 245 46 73
Binary 1101110 10111110 10101010 101010 0 1011 11001 10100101 100110 111011

Color Harmonies of #6EBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBEAA

Black with #6EBEAA

Text Example


Text Example

White with #6EBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,190,170); }

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

background-color css

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

 a { background-color: rgb(110,190,170); }

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

border-color css

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

 span { border-color: rgb(110,190,170); }

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