Html Css Color HEX #6DB2AC Tradewind

📋 copy color: '#6DB2AC'

red 109 ◦ green 178 ◦ blue 172

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

Shades of Tradewind #6DB2AC

Tints of Tradewind #6DB2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.78%

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

R = 23.75%
G = 38.78%
B = 37.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#6DB2AC (or 0x6DB2AC) is known color: Tradewind. HEX triplet: 6D, B2 and AC. RGB value is (109,178,172). Sum of RGB (Red+Green+Blue) = 109+178+172=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB2AC is #924D53. Grayscale: #9C9C9C. Windows color (decimal): -9588052 or 11317869. OLE color: 11317869.

HSL color Cylindrical-coordinate representation of color #6DB2AC: hue angle of 174.78º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB2AC is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 109 178 172 -
CMYK 0.39 0 0.03 0.30
HSL 174.78º 0.31% 0.56% -
HSV(B) 174.78º 0.39% 0.7% -
XYZ 29.67 38.07 44.81 -
YUV 156.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 109 178 172 0.39 0 0.03 0.30 174.78 0.31 0.56
Hex 6D B2 AC 27 0 3 1E AF 1F 38
Octal 155 262 254 47 0 3 36 257 37 70
Binary 1101101 10110010 10101100 100111 0 11 11110 10101111 11111 111000

Color Harmonies of #6DB2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB2AC

Black with #6DB2AC

Text Example


Text Example

White with #6DB2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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