Html Css Color HEX #6EBCAF Gulf Stream

📋 copy color: '#6EBCAF'

red 110 ◦ green 188 ◦ blue 175

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

Shades of Gulf Stream #6EBCAF

Tints of Gulf Stream #6EBCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

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

R = 23.26%
G = 39.75%
B = 37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#6EBCAF (or 0x6EBCAF) is known color: Gulf Stream. HEX triplet: 6E, BC and AF. RGB value is (110,188,175). Sum of RGB (Red+Green+Blue) = 110+188+175=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBCAF is #914350. Grayscale: #A3A3A3. Windows color (decimal): -9519953 or 11517038. OLE color: 11517038.

HSL color Cylindrical-coordinate representation of color #6EBCAF: hue angle of 170º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBCAF is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 188 175 -
CMYK 0.41 0 0.07 0.26
HSL 170º 0.37% 0.58% -
HSV(B) 170º 0.41% 0.74% -
XYZ 32.15 42.38 47.04 -
YUV 163.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 110 188 175 0.41 0 0.07 0.26 170 0.37 0.58
Hex 6E BC AF 29 0 7 1A AA 25 3A
Octal 156 274 257 51 0 7 32 252 45 72
Binary 1101110 10111100 10101111 101001 0 111 11010 10101010 100101 111010

Color Harmonies of #6EBCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCAF

Black with #6EBCAF

Text Example


Text Example

White with #6EBCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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