Html Css Color HEX #6EBCA8 Gulf Stream

📋 copy color: '#6EBCA8'

red 110 ◦ green 188 ◦ blue 168

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

Shades of Gulf Stream #6EBCA8

Tints of Gulf Stream #6EBCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 23.61%
G = 40.34%
B = 36.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#6EBCA8 (or 0x6EBCA8) is known color: Gulf Stream. HEX triplet: 6E, BC and A8. RGB value is (110,188,168). Sum of RGB (Red+Green+Blue) = 110+188+168=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBCA8 is #914357. Grayscale: #A2A2A2. Windows color (decimal): -9519960 or 11058286. OLE color: 11058286.

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

Color convert

RGB 110 188 168 -
CMYK 0.41 0 0.11 0.26
HSL 164.62º 0.37% 0.58% -
HSV(B) 164.62º 0.41% 0.74% -
XYZ 31.48 42.11 43.51 -
YUV 162.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 110 188 168 0.41 0 0.11 0.26 164.62 0.37 0.58
Hex 6E BC A8 29 0 B 1A A5 25 3A
Octal 156 274 250 51 0 13 32 245 45 72
Binary 1101110 10111100 10101000 101001 0 1011 11010 10100101 100101 111010

Color Harmonies of #6EBCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCA8

Black with #6EBCA8

Text Example


Text Example

White with #6EBCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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