Html Css Color HEX #6EBDAE Gulf Stream

📋 copy color: '#6EBDAE'

red 110 ◦ green 189 ◦ blue 174

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

Shades of Gulf Stream #6EBDAE

Tints of Gulf Stream #6EBDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.96%

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 23.26%
G = 39.96%
B = 36.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#6EBDAE (or 0x6EBDAE) is known color: Gulf Stream. HEX triplet: 6E, BD and AE. RGB value is (110,189,174). Sum of RGB (Red+Green+Blue) = 110+189+174=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDAE is #914251. Grayscale: #A3A3A3. Windows color (decimal): -9519698 or 11451758. OLE color: 11451758.

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

Color convert

RGB 110 189 174 -
CMYK 0.42 0 0.08 0.26
HSL 168.61º 0.37% 0.59% -
HSV(B) 168.61º 0.42% 0.74% -
XYZ 32.27 42.77 46.6 -
YUV 163.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 110 189 174 0.42 0 0.08 0.26 168.61 0.37 0.59
Hex 6E BD AE 2A 0 8 1A A9 25 3B
Octal 156 275 256 52 0 10 32 251 45 73
Binary 1101110 10111101 10101110 101010 0 1000 11010 10101001 100101 111011

Color Harmonies of #6EBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDAE

Black with #6EBDAE

Text Example


Text Example

White with #6EBDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,189,174); }

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

background-color css

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

 a { background-color: rgb(110,189,174); }

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

border-color css

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

 span { border-color: rgb(110,189,174); }

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