Html Css Color HEX #6FADAB Tradewind

📋 copy color: '#6FADAB'

red 111 ◦ green 173 ◦ blue 171

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

Shades of Tradewind #6FADAB

Tints of Tradewind #6FADAB

RGB

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

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

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

R = 24.4%
G = 38.02%
B = 37.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#6FADAB (or 0x6FADAB) is known color: Tradewind. HEX triplet: 6F, AD and AB. RGB value is (111,173,171). Sum of RGB (Red+Green+Blue) = 111+173+171=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #6FADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FADAB is #905254. Grayscale: #9A9A9A. Windows color (decimal): -9458261 or 11251055. OLE color: 11251055.

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

Color convert

RGB 111 173 171 -
CMYK 0.36 0 0.01 0.32
HSL 178.06º 0.27% 0.56% -
HSV(B) 178.06º 0.36% 0.68% -
XYZ 28.85 36.21 44 -
YUV 154.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 111 173 171 0.36 0 0.01 0.32 178.06 0.27 0.56
Hex 6F AD AB 24 0 1 20 B2 1B 38
Octal 157 255 253 44 0 1 40 262 33 70
Binary 1101111 10101101 10101011 100100 0 1 100000 10110010 11011 111000

Color Harmonies of #6FADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADAB

Black with #6FADAB

Text Example


Text Example

White with #6FADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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