Html Css Color HEX #6EB7A4 Gulf Stream

📋 copy color: '#6EB7A4'

red 110 ◦ green 183 ◦ blue 164

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

Shades of Gulf Stream #6EB7A4

Tints of Gulf Stream #6EB7A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.89%

R = 24.07%
G = 40.04%
B = 35.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#6EB7A4 (or 0x6EB7A4) is known color: Gulf Stream. HEX triplet: 6E, B7 and A4. RGB value is (110,183,164). Sum of RGB (Red+Green+Blue) = 110+183+164=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB7A4 is #91485B. Grayscale: #9F9F9F. Windows color (decimal): -9521244 or 10794862. OLE color: 10794862.

HSL color Cylindrical-coordinate representation of color #6EB7A4: hue angle of 164.38º 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 #6EB7A4 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 110 183 164 -
CMYK 0.40 0 0.10 0.28
HSL 164.38º 0.34% 0.57% -
HSV(B) 164.38º 0.4% 0.72% -
XYZ 30.06 39.86 41.23 -
YUV 159.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 110 183 164 0.40 0 0.10 0.28 164.38 0.34 0.57
Hex 6E B7 A4 28 0 A 1C A4 22 39
Octal 156 267 244 50 0 12 34 244 42 71
Binary 1101110 10110111 10100100 101000 0 1010 11100 10100100 100010 111001

Color Harmonies of #6EB7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB7A4

Black with #6EB7A4

Text Example


Text Example

White with #6EB7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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