Html Css Color HEX #6DBEAA Gulf Stream

📋 copy color: '#6DBEAA'

red 109 ◦ green 190 ◦ blue 170

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

Shades of Gulf Stream #6DBEAA

Tints of Gulf Stream #6DBEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.51%

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

R = 23.24%
G = 40.51%
B = 36.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#6DBEAA (or 0x6DBEAA) is known color: Gulf Stream. HEX triplet: 6D, BE and AA. RGB value is (109,190,170). Sum of RGB (Red+Green+Blue) = 109+190+170=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBEAA is #924155. Grayscale: #A3A3A3. Windows color (decimal): -9584982 or 11189869. OLE color: 11189869.

HSL color Cylindrical-coordinate representation of color #6DBEAA: hue angle of 165.19º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBEAA is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 190 170 -
CMYK 0.43 0 0.11 0.25
HSL 165.19º 0.38% 0.59% -
HSV(B) 165.19º 0.43% 0.75% -
XYZ 31.98 42.98 44.64 -
YUV 163.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 109 190 170 0.43 0 0.11 0.25 165.19 0.38 0.59
Hex 6D BE AA 2B 0 B 19 A5 26 3B
Octal 155 276 252 53 0 13 31 245 46 73
Binary 1101101 10111110 10101010 101011 0 1011 11001 10100101 100110 111011

Color Harmonies of #6DBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBEAA

Black with #6DBEAA

Text Example


Text Example

White with #6DBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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