Html Css Color HEX #68AB9F Tradewind

📋 copy color: '#68AB9F'

red 104 ◦ green 171 ◦ blue 159

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

Shades of Tradewind #68AB9F

Tints of Tradewind #68AB9F

RGB

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

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

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

R = 23.96%
G = 39.4%
B = 36.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#68AB9F (or 0x68AB9F) is known color: Tradewind. HEX triplet: 68, AB and 9F. RGB value is (104,171,159). Sum of RGB (Red+Green+Blue) = 104+171+159=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB9F is #975460. Grayscale: #959595. Windows color (decimal): -9917537 or 10464104. OLE color: 10464104.

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

Color convert

RGB 104 171 159 -
CMYK 0.39 0 0.07 0.33
HSL 169.25º 0.29% 0.54% -
HSV(B) 169.25º 0.39% 0.67% -
XYZ 26.53 34.57 38.08 -
YUV 149.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 104 171 159 0.39 0 0.07 0.33 169.25 0.29 0.54
Hex 68 AB 9F 27 0 7 21 A9 1D 36
Octal 150 253 237 47 0 7 41 251 35 66
Binary 1101000 10101011 10011111 100111 0 111 100001 10101001 11101 110110

Color Harmonies of #68AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB9F

Black with #68AB9F

Text Example


Text Example

White with #68AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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