Html Css Color HEX #6DABA5 Tradewind

📋 copy color: '#6DABA5'

red 109 ◦ green 171 ◦ blue 165

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

Shades of Tradewind #6DABA5

Tints of Tradewind #6DABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.08%

R = 24.49%
G = 38.43%
B = 37.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#6DABA5 (or 0x6DABA5) is known color: Tradewind. HEX triplet: 6D, AB and A5. RGB value is (109,171,165). Sum of RGB (Red+Green+Blue) = 109+171+165=445 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.49% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #6DABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABA5 is #92545A. Grayscale: #979797. Windows color (decimal): -9589851 or 10857325. OLE color: 10857325.

HSL color Cylindrical-coordinate representation of color #6DABA5: hue angle of 174.19º 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 #6DABA5 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 171 165 -
CMYK 0.36 0 0.04 0.33
HSL 174.19º 0.27% 0.55% -
HSV(B) 174.19º 0.36% 0.67% -
XYZ 27.66 35.09 40.91 -
YUV 151.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 109 171 165 0.36 0 0.04 0.33 174.19 0.27 0.55
Hex 6D AB A5 24 0 4 21 AE 1B 37
Octal 155 253 245 44 0 4 41 256 33 67
Binary 1101101 10101011 10100101 100100 0 100 100001 10101110 11011 110111

Color Harmonies of #6DABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABA5

Black with #6DABA5

Text Example


Text Example

White with #6DABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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