Html Css Color HEX #6EB7AF Gulf Stream

📋 copy color: '#6EB7AF'

red 110 ◦ green 183 ◦ blue 175

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

Shades of Gulf Stream #6EB7AF

Tints of Gulf Stream #6EB7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

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

R = 23.5%
G = 39.1%
B = 37.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#6EB7AF (or 0x6EB7AF) is known color: Gulf Stream. HEX triplet: 6E, B7 and AF. RGB value is (110,183,175). Sum of RGB (Red+Green+Blue) = 110+183+175=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB7AF is #914850. Grayscale: #A0A0A0. Windows color (decimal): -9521233 or 11515758. OLE color: 11515758.

HSL color Cylindrical-coordinate representation of color #6EB7AF: hue angle of 173.42º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB7AF is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 110 183 175 -
CMYK 0.40 0 0.04 0.28
HSL 173.42º 0.34% 0.57% -
HSV(B) 173.42º 0.4% 0.72% -
XYZ 31.1 40.28 46.69 -
YUV 160.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 110 183 175 0.40 0 0.04 0.28 173.42 0.34 0.57
Hex 6E B7 AF 28 0 4 1C AD 22 39
Octal 156 267 257 50 0 4 34 255 42 71
Binary 1101110 10110111 10101111 101000 0 100 11100 10101101 100010 111001

Color Harmonies of #6EB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB7AF

Black with #6EB7AF

Text Example


Text Example

White with #6EB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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