Html Css Color HEX #68AB9D Tradewind

📋 copy color: '#68AB9D'

red 104 ◦ green 171 ◦ blue 157

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

Shades of Tradewind #68AB9D

Tints of Tradewind #68AB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 24.07%
G = 39.58%
B = 36.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#68AB9D (or 0x68AB9D) is known color: Tradewind. HEX triplet: 68, AB and 9D. RGB value is (104,171,157). Sum of RGB (Red+Green+Blue) = 104+171+157=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB9D is #975462. Grayscale: #959595. Windows color (decimal): -9917539 or 10333032. OLE color: 10333032.

HSL color Cylindrical-coordinate representation of color #68AB9D: hue angle of 167.46º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AB9D is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 171 157 -
CMYK 0.39 0 0.08 0.33
HSL 167.46º 0.29% 0.54% -
HSV(B) 167.46º 0.39% 0.67% -
XYZ 26.36 34.5 37.17 -
YUV 149.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 104 171 157 0.39 0 0.08 0.33 167.46 0.29 0.54
Hex 68 AB 9D 27 0 8 21 A7 1D 36
Octal 150 253 235 47 0 10 41 247 35 66
Binary 1101000 10101011 10011101 100111 0 1000 100001 10100111 11101 110110

Color Harmonies of #68AB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB9D

Black with #68AB9D

Text Example


Text Example

White with #68AB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,171,157); }

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

background-color css

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

 a { background-color: rgb(104,171,157); }

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

border-color css

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

 span { border-color: rgb(104,171,157); }

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