Html Css Color HEX #68B9AD Tradewind

📋 copy color: '#68B9AD'

red 104 ◦ green 185 ◦ blue 173

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

Shades of Tradewind #68B9AD

Tints of Tradewind #68B9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 22.51%
G = 40.04%
B = 37.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#68B9AD (or 0x68B9AD) is known color: Tradewind. HEX triplet: 68, B9 and AD. RGB value is (104,185,173). Sum of RGB (Red+Green+Blue) = 104+185+173=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #68B9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B9AD is #974652. Grayscale: #9F9F9F. Windows color (decimal): -9913939 or 11385192. OLE color: 11385192.

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

Color convert

RGB 104 185 173 -
CMYK 0.44 0 0.06 0.27
HSL 171.11º 0.37% 0.57% -
HSV(B) 171.11º 0.44% 0.73% -
XYZ 30.6 40.66 45.77 -
YUV 159.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 104 185 173 0.44 0 0.06 0.27 171.11 0.37 0.57
Hex 68 B9 AD 2C 0 6 1B AB 25 39
Octal 150 271 255 54 0 6 33 253 45 71
Binary 1101000 10111001 10101101 101100 0 110 11011 10101011 100101 111001

Color Harmonies of #68B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B9AD

Black with #68B9AD

Text Example


Text Example

White with #68B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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