Html Css Color HEX #6EBAB0 Gulf Stream

📋 copy color: '#6EBAB0'

red 110 ◦ green 186 ◦ blue 176

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

Shades of Gulf Stream #6EBAB0

Tints of Gulf Stream #6EBAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

 BLUE value IS 176 (69.14% from 255) = 37.29%

R = 23.31%
G = 39.41%
B = 37.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#6EBAB0 (or 0x6EBAB0) is known color: Gulf Stream. HEX triplet: 6E, BA and B0. RGB value is (110,186,176). Sum of RGB (Red+Green+Blue) = 110+186+176=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBAB0 is #91454F. Grayscale: #A2A2A2. Windows color (decimal): -9520464 or 11582062. OLE color: 11582062.

HSL color Cylindrical-coordinate representation of color #6EBAB0: hue angle of 172.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBAB0 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 186 176 -
CMYK 0.41 0 0.05 0.27
HSL 172.11º 0.36% 0.58% -
HSV(B) 172.11º 0.41% 0.73% -
XYZ 31.83 41.57 47.42 -
YUV 162.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 110 186 176 0.41 0 0.05 0.27 172.11 0.36 0.58
Hex 6E BA B0 29 0 5 1B AC 24 3A
Octal 156 272 260 51 0 5 33 254 44 72
Binary 1101110 10111010 10110000 101001 0 101 11011 10101100 100100 111010

Color Harmonies of #6EBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBAB0

Black with #6EBAB0

Text Example


Text Example

White with #6EBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,186,176); }

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

background-color css

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

 a { background-color: rgb(110,186,176); }

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

border-color css

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

 span { border-color: rgb(110,186,176); }

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