Html Css Color HEX #6DB4AC Tradewind

📋 copy color: '#6DB4AC'

red 109 ◦ green 180 ◦ blue 172

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

Shades of Tradewind #6DB4AC

Tints of Tradewind #6DB4AC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.05%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 23.64%
G = 39.05%
B = 37.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#6DB4AC (or 0x6DB4AC) is known color: Tradewind. HEX triplet: 6D, B4 and AC. RGB value is (109,180,172). Sum of RGB (Red+Green+Blue) = 109+180+172=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB4AC is #924B53. Grayscale: #9D9D9D. Windows color (decimal): -9587540 or 11318381. OLE color: 11318381.

HSL color Cylindrical-coordinate representation of color #6DB4AC: hue angle of 173.24º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB4AC is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 180 172 -
CMYK 0.39 0 0.04 0.29
HSL 173.24º 0.32% 0.57% -
HSV(B) 173.24º 0.39% 0.71% -
XYZ 30.07 38.87 44.95 -
YUV 157.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 109 180 172 0.39 0 0.04 0.29 173.24 0.32 0.57
Hex 6D B4 AC 27 0 4 1D AD 20 39
Octal 155 264 254 47 0 4 35 255 40 71
Binary 1101101 10110100 10101100 100111 0 100 11101 10101101 100000 111001

Color Harmonies of #6DB4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB4AC

Black with #6DB4AC

Text Example


Text Example

White with #6DB4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,180,172); }

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

background-color css

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

 a { background-color: rgb(109,180,172); }

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

border-color css

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

 span { border-color: rgb(109,180,172); }

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