Html Css Color HEX #6EBCB6 Gulf Stream

📋 copy color: '#6EBCB6'

red 110 ◦ green 188 ◦ blue 182

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

Shades of Gulf Stream #6EBCB6

Tints of Gulf Stream #6EBCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.92%

R = 22.92%
G = 39.17%
B = 37.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#6EBCB6 (or 0x6EBCB6) is known color: Gulf Stream. HEX triplet: 6E, BC and B6. RGB value is (110,188,182). Sum of RGB (Red+Green+Blue) = 110+188+182=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCB6 is #914349. Grayscale: #A3A3A3. Windows color (decimal): -9519946 or 11975790. OLE color: 11975790.

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

Color convert

RGB 110 188 182 -
CMYK 0.41 0 0.03 0.26
HSL 175.38º 0.37% 0.58% -
HSV(B) 175.38º 0.41% 0.74% -
XYZ 32.86 42.66 50.76 -
YUV 163.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 110 188 182 0.41 0 0.03 0.26 175.38 0.37 0.58
Hex 6E BC B6 29 0 3 1A AF 25 3A
Octal 156 274 266 51 0 3 32 257 45 72
Binary 1101110 10111100 10110110 101001 0 11 11010 10101111 100101 111010

Color Harmonies of #6EBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCB6

Black with #6EBCB6

Text Example


Text Example

White with #6EBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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