Html Css Color HEX #6DBBAA Gulf Stream

📋 copy color: '#6DBBAA'

red 109 ◦ green 187 ◦ blue 170

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

Shades of Gulf Stream #6DBBAA

Tints of Gulf Stream #6DBBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.13%

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

R = 23.39%
G = 40.13%
B = 36.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#6DBBAA (or 0x6DBBAA) is known color: Gulf Stream. HEX triplet: 6D, BB and AA. RGB value is (109,187,170). Sum of RGB (Red+Green+Blue) = 109+187+170=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBBAA is #924455. Grayscale: #A1A1A1. Windows color (decimal): -9585750 or 11189101. OLE color: 11189101.

HSL color Cylindrical-coordinate representation of color #6DBBAA: hue angle of 166.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBBAA is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 187 170 -
CMYK 0.42 0 0.09 0.27
HSL 166.92º 0.36% 0.58% -
HSV(B) 166.92º 0.42% 0.73% -
XYZ 31.33 41.69 44.43 -
YUV 161.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 109 187 170 0.42 0 0.09 0.27 166.92 0.36 0.58
Hex 6D BB AA 2A 0 9 1B A7 24 3A
Octal 155 273 252 52 0 11 33 247 44 72
Binary 1101101 10111011 10101010 101010 0 1001 11011 10100111 100100 111010

Color Harmonies of #6DBBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBBAA

Black with #6DBBAA

Text Example


Text Example

White with #6DBBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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