Html Css Color HEX #6DABA8 Tradewind

📋 copy color: '#6DABA8'

red 109 ◦ green 171 ◦ blue 168

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

Shades of Tradewind #6DABA8

Tints of Tradewind #6DABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 168 (66.02% from 255) = 37.5%

R = 24.33%
G = 38.17%
B = 37.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#6DABA8 (or 0x6DABA8) is known color: Tradewind. HEX triplet: 6D, AB and A8. RGB value is (109,171,168). Sum of RGB (Red+Green+Blue) = 109+171+168=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #6DABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABA8 is #925457. Grayscale: #989898. Windows color (decimal): -9589848 or 11053933. OLE color: 11053933.

HSL color Cylindrical-coordinate representation of color #6DABA8: hue angle of 177.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DABA8 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 171 168 -
CMYK 0.36 0 0.02 0.33
HSL 177.1º 0.27% 0.55% -
HSV(B) 177.1º 0.36% 0.67% -
XYZ 27.94 35.2 42.37 -
YUV 152.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 109 171 168 0.36 0 0.02 0.33 177.1 0.27 0.55
Hex 6D AB A8 24 0 2 21 B1 1B 37
Octal 155 253 250 44 0 2 41 261 33 67
Binary 1101101 10101011 10101000 100100 0 10 100001 10110001 11011 110111

Color Harmonies of #6DABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABA8

Black with #6DABA8

Text Example


Text Example

White with #6DABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,171,168); }

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

background-color css

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

 a { background-color: rgb(109,171,168); }

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

border-color css

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

 span { border-color: rgb(109,171,168); }

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