Html Css Color HEX #6EBDAB Gulf Stream

📋 copy color: '#6EBDAB'

red 110 ◦ green 189 ◦ blue 171

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

Shades of Gulf Stream #6EBDAB

Tints of Gulf Stream #6EBDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 23.4%
G = 40.21%
B = 36.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#6EBDAB (or 0x6EBDAB) is known color: Gulf Stream. HEX triplet: 6E, BD and AB. RGB value is (110,189,171). Sum of RGB (Red+Green+Blue) = 110+189+171=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDAB is #914254. Grayscale: #A3A3A3. Windows color (decimal): -9519701 or 11255150. OLE color: 11255150.

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

Color convert

RGB 110 189 171 -
CMYK 0.42 0 0.10 0.26
HSL 166.33º 0.37% 0.59% -
HSV(B) 166.33º 0.42% 0.74% -
XYZ 31.98 42.65 45.07 -
YUV 163.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 110 189 171 0.42 0 0.10 0.26 166.33 0.37 0.59
Hex 6E BD AB 2A 0 A 1A A6 25 3B
Octal 156 275 253 52 0 12 32 246 45 73
Binary 1101110 10111101 10101011 101010 0 1010 11010 10100110 100101 111011

Color Harmonies of #6EBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDAB

Black with #6EBDAB

Text Example


Text Example

White with #6EBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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