Html Css Color HEX #68BCAB Tradewind

📋 copy color: '#68BCAB'

red 104 ◦ green 188 ◦ blue 171

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

Shades of Tradewind #68BCAB

Tints of Tradewind #68BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

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

R = 22.46%
G = 40.6%
B = 36.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#68BCAB (or 0x68BCAB) is known color: Tradewind. HEX triplet: 68, BC and AB. RGB value is (104,188,171). Sum of RGB (Red+Green+Blue) = 104+188+171=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCAB is #974354. Grayscale: #A0A0A0. Windows color (decimal): -9913173 or 11254888. OLE color: 11254888.

HSL color Cylindrical-coordinate representation of color #68BCAB: hue angle of 167.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BCAB is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 171 -
CMYK 0.45 0 0.09 0.26
HSL 167.86º 0.39% 0.57% -
HSV(B) 167.86º 0.45% 0.74% -
XYZ 31.04 41.85 44.97 -
YUV 160.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 104 188 171 0.45 0 0.09 0.26 167.86 0.39 0.57
Hex 68 BC AB 2D 0 9 1A A8 27 39
Octal 150 274 253 55 0 11 32 250 47 71
Binary 1101000 10111100 10101011 101101 0 1001 11010 10101000 100111 111001

Color Harmonies of #68BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCAB

Black with #68BCAB

Text Example


Text Example

White with #68BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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