Html Css Color HEX #68AD9F Tradewind

📋 copy color: '#68AD9F'

red 104 ◦ green 173 ◦ blue 159

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

Shades of Tradewind #68AD9F

Tints of Tradewind #68AD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.68%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 23.85%
G = 39.68%
B = 36.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#68AD9F (or 0x68AD9F) is known color: Tradewind. HEX triplet: 68, AD and 9F. RGB value is (104,173,159). Sum of RGB (Red+Green+Blue) = 104+173+159=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD9F is #975260. Grayscale: #969696. Windows color (decimal): -9917025 or 10464616. OLE color: 10464616.

HSL color Cylindrical-coordinate representation of color #68AD9F: hue angle of 167.83º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD9F is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 173 159 -
CMYK 0.40 0 0.08 0.32
HSL 167.83º 0.3% 0.54% -
HSV(B) 167.83º 0.4% 0.68% -
XYZ 26.91 35.33 38.2 -
YUV 150.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 104 173 159 0.40 0 0.08 0.32 167.83 0.3 0.54
Hex 68 AD 9F 28 0 8 20 A8 1E 36
Octal 150 255 237 50 0 10 40 250 36 66
Binary 1101000 10101101 10011111 101000 0 1000 100000 10101000 11110 110110

Color Harmonies of #68AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AD9F

Black with #68AD9F

Text Example


Text Example

White with #68AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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