Html Css Color HEX #6DB2AB Tradewind

📋 copy color: '#6DB2AB'

red 109 ◦ green 178 ◦ blue 171

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

Shades of Tradewind #6DB2AB

Tints of Tradewind #6DB2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 23.8%
G = 38.86%
B = 37.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#6DB2AB (or 0x6DB2AB) is known color: Tradewind. HEX triplet: 6D, B2 and AB. RGB value is (109,178,171). Sum of RGB (Red+Green+Blue) = 109+178+171=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB2AB is #924D54. Grayscale: #9C9C9C. Windows color (decimal): -9588053 or 11252333. OLE color: 11252333.

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

Color convert

RGB 109 178 171 -
CMYK 0.39 0 0.04 0.30
HSL 173.91º 0.31% 0.56% -
HSV(B) 173.91º 0.39% 0.7% -
XYZ 29.58 38.03 44.31 -
YUV 156.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 109 178 171 0.39 0 0.04 0.30 173.91 0.31 0.56
Hex 6D B2 AB 27 0 4 1E AE 1F 38
Octal 155 262 253 47 0 4 36 256 37 70
Binary 1101101 10110010 10101011 100111 0 100 11110 10101110 11111 111000

Color Harmonies of #6DB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB2AB

Black with #6DB2AB

Text Example


Text Example

White with #6DB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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