Html Css Color HEX #6EBAB4 Gulf Stream

📋 copy color: '#6EBAB4'

red 110 ◦ green 186 ◦ blue 180

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

Shades of Gulf Stream #6EBAB4

Tints of Gulf Stream #6EBAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.82%

R = 23.11%
G = 39.08%
B = 37.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#6EBAB4 (or 0x6EBAB4) is known color: Gulf Stream. HEX triplet: 6E, BA and B4. RGB value is (110,186,180). Sum of RGB (Red+Green+Blue) = 110+186+180=476 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.11% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBAB4 is #91454B. Grayscale: #A2A2A2. Windows color (decimal): -9520460 or 11844206. OLE color: 11844206.

HSL color Cylindrical-coordinate representation of color #6EBAB4: hue angle of 175.26º 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 #6EBAB4 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 186 180 -
CMYK 0.41 0 0.03 0.27
HSL 175.26º 0.36% 0.58% -
HSV(B) 175.26º 0.41% 0.73% -
XYZ 32.23 41.73 49.54 -
YUV 162.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 110 186 180 0.41 0 0.03 0.27 175.26 0.36 0.58
Hex 6E BA B4 29 0 3 1B AF 24 3A
Octal 156 272 264 51 0 3 33 257 44 72
Binary 1101110 10111010 10110100 101001 0 11 11011 10101111 100100 111010

Color Harmonies of #6EBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBAB4

Black with #6EBAB4

Text Example


Text Example

White with #6EBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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