Html Css Color HEX #6DB7AA Gulf Stream

📋 copy color: '#6DB7AA'

red 109 ◦ green 183 ◦ blue 170

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

Shades of Gulf Stream #6DB7AA

Tints of Gulf Stream #6DB7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.61%

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

R = 23.59%
G = 39.61%
B = 36.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#6DB7AA (or 0x6DB7AA) is known color: Gulf Stream. HEX triplet: 6D, B7 and AA. RGB value is (109,183,170). Sum of RGB (Red+Green+Blue) = 109+183+170=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB7AA is #924855. Grayscale: #9F9F9F. Windows color (decimal): -9586774 or 11188077. OLE color: 11188077.

HSL color Cylindrical-coordinate representation of color #6DB7AA: hue angle of 169.46º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB7AA is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 109 183 170 -
CMYK 0.40 0 0.07 0.28
HSL 169.46º 0.34% 0.57% -
HSV(B) 169.46º 0.4% 0.72% -
XYZ 30.5 40.02 44.15 -
YUV 159.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 109 183 170 0.40 0 0.07 0.28 169.46 0.34 0.57
Hex 6D B7 AA 28 0 7 1C A9 22 39
Octal 155 267 252 50 0 7 34 251 42 71
Binary 1101101 10110111 10101010 101000 0 111 11100 10101001 100010 111001

Color Harmonies of #6DB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB7AA

Black with #6DB7AA

Text Example


Text Example

White with #6DB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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