Html Css Color HEX #6EBEAE Gulf Stream

📋 copy color: '#6EBEAE'

red 110 ◦ green 190 ◦ blue 174

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

Shades of Gulf Stream #6EBEAE

Tints of Gulf Stream #6EBEAE

RGB

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

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

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

R = 23.21%
G = 40.08%
B = 36.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#6EBEAE (or 0x6EBEAE) is known color: Gulf Stream. HEX triplet: 6E, BE and AE. RGB value is (110,190,174). Sum of RGB (Red+Green+Blue) = 110+190+174=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBEAE is #914151. Grayscale: #A4A4A4. Windows color (decimal): -9519442 or 11452014. OLE color: 11452014.

HSL color Cylindrical-coordinate representation of color #6EBEAE: hue angle of 168º 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 #6EBEAE is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 190 174 -
CMYK 0.42 0 0.08 0.25
HSL 168º 0.38% 0.59% -
HSV(B) 168º 0.42% 0.75% -
XYZ 32.48 43.2 46.67 -
YUV 164.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 110 190 174 0.42 0 0.08 0.25 168 0.38 0.59
Hex 6E BE AE 2A 0 8 19 A8 26 3B
Octal 156 276 256 52 0 10 31 250 46 73
Binary 1101110 10111110 10101110 101010 0 1000 11001 10101000 100110 111011

Color Harmonies of #6EBEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBEAE

Black with #6EBEAE

Text Example


Text Example

White with #6EBEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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