Html Css Color HEX #68BBAA Tradewind

📋 copy color: '#68BBAA'

red 104 ◦ green 187 ◦ blue 170

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

Shades of Tradewind #68BBAA

Tints of Tradewind #68BBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.56%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 22.56%
G = 40.56%
B = 36.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#68BBAA (or 0x68BBAA) is known color: Tradewind. HEX triplet: 68, BB and AA. RGB value is (104,187,170). Sum of RGB (Red+Green+Blue) = 104+187+170=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BBAA is #974455. Grayscale: #A0A0A0. Windows color (decimal): -9913430 or 11189096. OLE color: 11189096.

HSL color Cylindrical-coordinate representation of color #68BBAA: hue angle of 167.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BBAA is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 187 170 -
CMYK 0.44 0 0.09 0.27
HSL 167.71º 0.38% 0.57% -
HSV(B) 167.71º 0.44% 0.73% -
XYZ 30.73 41.39 44.4 -
YUV 160.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 104 187 170 0.44 0 0.09 0.27 167.71 0.38 0.57
Hex 68 BB AA 2C 0 9 1B A8 26 39
Octal 150 273 252 54 0 11 33 250 46 71
Binary 1101000 10111011 10101010 101100 0 1001 11011 10101000 100110 111001

Color Harmonies of #68BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBAA

Black with #68BBAA

Text Example


Text Example

White with #68BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,187,170); }

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

background-color css

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

 a { background-color: rgb(104,187,170); }

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

border-color css

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

 span { border-color: rgb(104,187,170); }

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