Html Css Color HEX #68BAA7 Tradewind

📋 copy color: '#68BAA7'

red 104 ◦ green 186 ◦ blue 167

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

Shades of Tradewind #68BAA7

Tints of Tradewind #68BAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.54%

R = 22.76%
G = 40.7%
B = 36.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#68BAA7 (or 0x68BAA7) is known color: Tradewind. HEX triplet: 68, BA and A7. RGB value is (104,186,167). Sum of RGB (Red+Green+Blue) = 104+186+167=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAA7 is #974558. Grayscale: #9F9F9F. Windows color (decimal): -9913689 or 10992232. OLE color: 10992232.

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

Color convert

RGB 104 186 167 -
CMYK 0.44 0 0.10 0.27
HSL 166.1º 0.37% 0.57% -
HSV(B) 166.1º 0.44% 0.73% -
XYZ 30.24 40.85 42.85 -
YUV 159.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 104 186 167 0.44 0 0.10 0.27 166.1 0.37 0.57
Hex 68 BA A7 2C 0 A 1B A6 25 39
Octal 150 272 247 54 0 12 33 246 45 71
Binary 1101000 10111010 10100111 101100 0 1010 11011 10100110 100101 111001

Color Harmonies of #68BAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAA7

Black with #68BAA7

Text Example


Text Example

White with #68BAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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