Html Css Color HEX #6FACAB Tradewind

📋 copy color: '#6FACAB'

red 111 ◦ green 172 ◦ blue 171

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

Shades of Tradewind #6FACAB

Tints of Tradewind #6FACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.89%

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

R = 24.45%
G = 37.89%
B = 37.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#6FACAB (or 0x6FACAB) is known color: Tradewind. HEX triplet: 6F, AC and AB. RGB value is (111,172,171). Sum of RGB (Red+Green+Blue) = 111+172+171=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #6FACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACAB is #905354. Grayscale: #999999. Windows color (decimal): -9458517 or 11250799. OLE color: 11250799.

HSL color Cylindrical-coordinate representation of color #6FACAB: hue angle of 179.02º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FACAB is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 172 171 -
CMYK 0.35 0 0.01 0.33
HSL 179.02º 0.27% 0.55% -
HSV(B) 179.02º 0.35% 0.67% -
XYZ 28.66 35.82 43.93 -
YUV 153.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 111 172 171 0.35 0 0.01 0.33 179.02 0.27 0.55
Hex 6F AC AB 23 0 1 21 B3 1B 37
Octal 157 254 253 43 0 1 41 263 33 67
Binary 1101111 10101100 10101011 100011 0 1 100001 10110011 11011 110111

Color Harmonies of #6FACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACAB

Black with #6FACAB

Text Example


Text Example

White with #6FACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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