Html Css Color HEX #6FADA4 Tradewind

📋 copy color: '#6FADA4'

red 111 ◦ green 173 ◦ blue 164

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

Shades of Tradewind #6FADA4

Tints of Tradewind #6FADA4

RGB

 RED value IS 111 (43.75% from 255) = 24.78%

 GREEN value IS 173 (67.97% from 255) = 38.62%

 BLUE value IS 164 (64.45% from 255) = 36.61%

R = 24.78%
G = 38.62%
B = 36.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#6FADA4 (or 0x6FADA4) is known color: Tradewind. HEX triplet: 6F, AD and A4. RGB value is (111,173,164). Sum of RGB (Red+Green+Blue) = 111+173+164=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #6FADA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FADA4 is #90525B. Grayscale: #999999. Windows color (decimal): -9458268 or 10792303. OLE color: 10792303.

HSL color Cylindrical-coordinate representation of color #6FADA4: hue angle of 171.29º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FADA4 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 173 164 -
CMYK 0.36 0 0.05 0.32
HSL 171.29º 0.27% 0.56% -
HSV(B) 171.29º 0.36% 0.68% -
XYZ 28.2 35.95 40.57 -
YUV 153.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 111 173 164 0.36 0 0.05 0.32 171.29 0.27 0.56
Hex 6F AD A4 24 0 5 20 AB 1B 38
Octal 157 255 244 44 0 5 40 253 33 70
Binary 1101111 10101101 10100100 100100 0 101 100000 10101011 11011 111000

Color Harmonies of #6FADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADA4

Black with #6FADA4

Text Example


Text Example

White with #6FADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,173,164); }

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

background-color css

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

 a { background-color: rgb(111,173,164); }

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

border-color css

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

 span { border-color: rgb(111,173,164); }

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