Html Css Color HEX #68B9AC Tradewind

📋 copy color: '#68B9AC'

red 104 ◦ green 185 ◦ blue 172

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

Shades of Tradewind #68B9AC

Tints of Tradewind #68B9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

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

R = 22.56%
G = 40.13%
B = 37.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#68B9AC (or 0x68B9AC) is known color: Tradewind. HEX triplet: 68, B9 and AC. RGB value is (104,185,172). Sum of RGB (Red+Green+Blue) = 104+185+172=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #68B9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B9AC is #974653. Grayscale: #9F9F9F. Windows color (decimal): -9913940 or 11319656. OLE color: 11319656.

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

Color convert

RGB 104 185 172 -
CMYK 0.44 0 0.07 0.27
HSL 170.37º 0.37% 0.57% -
HSV(B) 170.37º 0.44% 0.73% -
XYZ 30.5 40.62 45.26 -
YUV 159.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 104 185 172 0.44 0 0.07 0.27 170.37 0.37 0.57
Hex 68 B9 AC 2C 0 7 1B AA 25 39
Octal 150 271 254 54 0 7 33 252 45 71
Binary 1101000 10111001 10101100 101100 0 111 11011 10101010 100101 111001

Color Harmonies of #68B9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B9AC

Black with #68B9AC

Text Example


Text Example

White with #68B9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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