Html Css Color HEX #6EB9AF Gulf Stream

📋 copy color: '#6EB9AF'

red 110 ◦ green 185 ◦ blue 175

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

Shades of Gulf Stream #6EB9AF

Tints of Gulf Stream #6EB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.36%

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

R = 23.4%
G = 39.36%
B = 37.23%

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

#6EB9AF (or 0x6EB9AF) is known color: Gulf Stream. HEX triplet: 6E, B9 and AF. RGB value is (110,185,175). Sum of RGB (Red+Green+Blue) = 110+185+175=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #6EB9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB9AF is #914650. Grayscale: #A1A1A1. Windows color (decimal): -9520721 or 11516270. OLE color: 11516270.

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

Color convert

RGB 110 185 175 -
CMYK 0.41 0 0.05 0.27
HSL 172º 0.35% 0.58% -
HSV(B) 172º 0.41% 0.73% -
XYZ 31.52 41.11 46.83 -
YUV 161.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 110 185 175 0.41 0 0.05 0.27 172 0.35 0.58
Hex 6E B9 AF 29 0 5 1B AC 23 3A
Octal 156 271 257 51 0 5 33 254 43 72
Binary 1101110 10111001 10101111 101001 0 101 11011 10101100 100011 111010

Color Harmonies of #6EB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB9AF

Black with #6EB9AF

Text Example


Text Example

White with #6EB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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