Html Css Color HEX #6DBCAA Gulf Stream

📋 copy color: '#6DBCAA'

red 109 ◦ green 188 ◦ blue 170

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

Shades of Gulf Stream #6DBCAA

Tints of Gulf Stream #6DBCAA

RGB

 RED value IS 109 (42.97% from 255) = 23.34%

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 23.34%
G = 40.26%
B = 36.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#6DBCAA (or 0x6DBCAA) is known color: Gulf Stream. HEX triplet: 6D, BC and AA. RGB value is (109,188,170). Sum of RGB (Red+Green+Blue) = 109+188+170=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCAA is #924355. Grayscale: #A2A2A2. Windows color (decimal): -9585494 or 11189357. OLE color: 11189357.

HSL color Cylindrical-coordinate representation of color #6DBCAA: hue angle of 166.33º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCAA is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 188 170 -
CMYK 0.42 0 0.10 0.26
HSL 166.33º 0.37% 0.58% -
HSV(B) 166.33º 0.42% 0.74% -
XYZ 31.55 42.12 44.5 -
YUV 162.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 109 188 170 0.42 0 0.10 0.26 166.33 0.37 0.58
Hex 6D BC AA 2A 0 A 1A A6 25 3A
Octal 155 274 252 52 0 12 32 246 45 72
Binary 1101101 10111100 10101010 101010 0 1010 11010 10100110 100101 111010

Color Harmonies of #6DBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBCAA

Black with #6DBCAA

Text Example


Text Example

White with #6DBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,188,170); }

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

background-color css

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

 a { background-color: rgb(109,188,170); }

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

border-color css

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

 span { border-color: rgb(109,188,170); }

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