Html Css Color HEX #68BAAC Tradewind

📋 copy color: '#68BAAC'

red 104 ◦ green 186 ◦ blue 172

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

Shades of Tradewind #68BAAC

Tints of Tradewind #68BAAC

RGB

 RED value IS 104 (41.02% from 255) = 22.51%

 GREEN value IS 186 (73.05% from 255) = 40.26%

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

R = 22.51%
G = 40.26%
B = 37.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#68BAAC (or 0x68BAAC) is known color: Tradewind. HEX triplet: 68, BA and AC. RGB value is (104,186,172). Sum of RGB (Red+Green+Blue) = 104+186+172=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAAC is #974553. Grayscale: #9F9F9F. Windows color (decimal): -9913684 or 11319912. OLE color: 11319912.

HSL color Cylindrical-coordinate representation of color #68BAAC: hue angle of 169.76º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BAAC is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 186 172 -
CMYK 0.44 0 0.08 0.27
HSL 169.76º 0.37% 0.57% -
HSV(B) 169.76º 0.44% 0.73% -
XYZ 30.71 41.04 45.33 -
YUV 159.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 104 186 172 0.44 0 0.08 0.27 169.76 0.37 0.57
Hex 68 BA AC 2C 0 8 1B AA 25 39
Octal 150 272 254 54 0 10 33 252 45 71
Binary 1101000 10111010 10101100 101100 0 1000 11011 10101010 100101 111001

Color Harmonies of #68BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAAC

Black with #68BAAC

Text Example


Text Example

White with #68BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68BAAC; }

 p { color: rgb(104,186,172); }

 H1.HeaderClassName
 {
   color: #68BAAC;
 }
 .AnyTagClassName
 {
   color: #68BAAC;
 }
</style>

background-color css

<style>
 a { background-color: #68BAAC; }

 a { background-color: rgb(104,186,172); }

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

border-color css

<style>
 span { border-color: #68BAAC; }

 span { border-color: rgb(104,186,172); }

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