Html Css Color HEX #68BAA9 Tradewind

📋 copy color: '#68BAA9'

red 104 ◦ green 186 ◦ blue 169

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

Shades of Tradewind #68BAA9

Tints of Tradewind #68BAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 22.66%
G = 40.52%
B = 36.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#68BAA9 (or 0x68BAA9) is known color: Tradewind. HEX triplet: 68, BA and A9. RGB value is (104,186,169). Sum of RGB (Red+Green+Blue) = 104+186+169=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAA9 is #974556. Grayscale: #9F9F9F. Windows color (decimal): -9913687 or 11123304. OLE color: 11123304.

HSL color Cylindrical-coordinate representation of color #68BAA9: hue angle of 167.56º 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 #68BAA9 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 186 169 -
CMYK 0.44 0 0.09 0.27
HSL 167.56º 0.37% 0.57% -
HSV(B) 167.56º 0.44% 0.73% -
XYZ 30.43 40.93 43.83 -
YUV 159.54 133.33 88.38 -
System Red Green Blue C M Y K H S L
Decimal 104 186 169 0.44 0 0.09 0.27 167.56 0.37 0.57
Hex 68 BA A9 2C 0 9 1B A8 25 39
Octal 150 272 251 54 0 11 33 250 45 71
Binary 1101000 10111010 10101001 101100 0 1001 11011 10101000 100101 111001

Color Harmonies of #68BAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAA9

Black with #68BAA9

Text Example


Text Example

White with #68BAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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