Html Css Color HEX #68B1AB Tradewind

📋 copy color: '#68B1AB'

red 104 ◦ green 177 ◦ blue 171

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

Shades of Tradewind #68B1AB

Tints of Tradewind #68B1AB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.16%

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 23.01%
G = 39.16%
B = 37.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#68B1AB (or 0x68B1AB) is known color: Tradewind. HEX triplet: 68, B1 and AB. RGB value is (104,177,171). Sum of RGB (Red+Green+Blue) = 104+177+171=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #68B1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B1AB is #974E54. Grayscale: #9A9A9A. Windows color (decimal): -9915989 or 11252072. OLE color: 11252072.

HSL color Cylindrical-coordinate representation of color #68B1AB: hue angle of 175.07º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B1AB is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 177 171 -
CMYK 0.41 0 0.03 0.31
HSL 175.07º 0.32% 0.55% -
HSV(B) 175.07º 0.41% 0.69% -
XYZ 28.78 37.33 44.22 -
YUV 154.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 104 177 171 0.41 0 0.03 0.31 175.07 0.32 0.55
Hex 68 B1 AB 29 0 3 1F AF 20 37
Octal 150 261 253 51 0 3 37 257 40 67
Binary 1101000 10110001 10101011 101001 0 11 11111 10101111 100000 110111

Color Harmonies of #68B1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B1AB

Black with #68B1AB

Text Example


Text Example

White with #68B1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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