Html Css Color HEX #68AB9C Tradewind

📋 copy color: '#68AB9C'

red 104 ◦ green 171 ◦ blue 156

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

Shades of Tradewind #68AB9C

Tints of Tradewind #68AB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 24.13%
G = 39.68%
B = 36.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#68AB9C (or 0x68AB9C) is known color: Tradewind. HEX triplet: 68, AB and 9C. RGB value is (104,171,156). Sum of RGB (Red+Green+Blue) = 104+171+156=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB9C is #975463. Grayscale: #959595. Windows color (decimal): -9917540 or 10267496. OLE color: 10267496.

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

Color convert

RGB 104 171 156 -
CMYK 0.39 0 0.09 0.33
HSL 166.57º 0.29% 0.54% -
HSV(B) 166.57º 0.39% 0.67% -
XYZ 26.27 34.47 36.72 -
YUV 149.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 104 171 156 0.39 0 0.09 0.33 166.57 0.29 0.54
Hex 68 AB 9C 27 0 9 21 A7 1D 36
Octal 150 253 234 47 0 11 41 247 35 66
Binary 1101000 10101011 10011100 100111 0 1001 100001 10100111 11101 110110

Color Harmonies of #68AB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB9C

Black with #68AB9C

Text Example


Text Example

White with #68AB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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