Html Css Color HEX #68BBAB Tradewind

📋 copy color: '#68BBAB'

red 104 ◦ green 187 ◦ blue 171

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

Shades of Tradewind #68BBAB

Tints of Tradewind #68BBAB

RGB

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

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

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

R = 22.51%
G = 40.48%
B = 37.01%

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

#68BBAB (or 0x68BBAB) is known color: Tradewind. HEX triplet: 68, BB and AB. RGB value is (104,187,171). Sum of RGB (Red+Green+Blue) = 104+187+171=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BBAB is #974454. Grayscale: #A0A0A0. Windows color (decimal): -9913429 or 11254632. OLE color: 11254632.

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

Color convert

RGB 104 187 171 -
CMYK 0.44 0 0.09 0.27
HSL 168.43º 0.38% 0.57% -
HSV(B) 168.43º 0.44% 0.73% -
XYZ 30.83 41.42 44.9 -
YUV 160.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 104 187 171 0.44 0 0.09 0.27 168.43 0.38 0.57
Hex 68 BB AB 2C 0 9 1B A8 26 39
Octal 150 273 253 54 0 11 33 250 46 71
Binary 1101000 10111011 10101011 101100 0 1001 11011 10101000 100110 111001

Color Harmonies of #68BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBAB

Black with #68BBAB

Text Example


Text Example

White with #68BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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