Html Css Color HEX #68BCAA Tradewind

📋 copy color: '#68BCAA'

red 104 ◦ green 188 ◦ blue 170

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

Shades of Tradewind #68BCAA

Tints of Tradewind #68BCAA

RGB

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

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

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

R = 22.51%
G = 40.69%
B = 36.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#68BCAA (or 0x68BCAA) is known color: Tradewind. HEX triplet: 68, BC and AA. RGB value is (104,188,170). Sum of RGB (Red+Green+Blue) = 104+188+170=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCAA is #974355. Grayscale: #A0A0A0. Windows color (decimal): -9913174 or 11189352. OLE color: 11189352.

HSL color Cylindrical-coordinate representation of color #68BCAA: hue angle of 167.14º 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 #68BCAA is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 170 -
CMYK 0.45 0 0.10 0.26
HSL 167.14º 0.39% 0.57% -
HSV(B) 167.14º 0.45% 0.74% -
XYZ 30.95 41.81 44.47 -
YUV 160.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 104 188 170 0.45 0 0.10 0.26 167.14 0.39 0.57
Hex 68 BC AA 2D 0 A 1A A7 27 39
Octal 150 274 252 55 0 12 32 247 47 71
Binary 1101000 10111100 10101010 101101 0 1010 11010 10100111 100111 111001

Color Harmonies of #68BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCAA

Black with #68BCAA

Text Example


Text Example

White with #68BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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