Html Css Color HEX #6EBAAF Gulf Stream

📋 copy color: '#6EBAAF'

red 110 ◦ green 186 ◦ blue 175

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

Shades of Gulf Stream #6EBAAF

Tints of Gulf Stream #6EBAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 23.35%
G = 39.49%
B = 37.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#6EBAAF (or 0x6EBAAF) is known color: Gulf Stream. HEX triplet: 6E, BA and AF. RGB value is (110,186,175). Sum of RGB (Red+Green+Blue) = 110+186+175=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBAAF is #914550. Grayscale: #A1A1A1. Windows color (decimal): -9520465 or 11516526. OLE color: 11516526.

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

Color convert

RGB 110 186 175 -
CMYK 0.41 0 0.06 0.27
HSL 171.32º 0.36% 0.58% -
HSV(B) 171.32º 0.41% 0.73% -
XYZ 31.73 41.53 46.9 -
YUV 162.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 110 186 175 0.41 0 0.06 0.27 171.32 0.36 0.58
Hex 6E BA AF 29 0 6 1B AB 24 3A
Octal 156 272 257 51 0 6 33 253 44 72
Binary 1101110 10111010 10101111 101001 0 110 11011 10101011 100100 111010

Color Harmonies of #6EBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBAAF

Black with #6EBAAF

Text Example


Text Example

White with #6EBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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