Html Css Color HEX #68BBAD Tradewind

📋 copy color: '#68BBAD'

red 104 ◦ green 187 ◦ blue 173

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

Shades of Tradewind #68BBAD

Tints of Tradewind #68BBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.28%

R = 22.41%
G = 40.3%
B = 37.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#68BBAD (or 0x68BBAD) is known color: Tradewind. HEX triplet: 68, BB and AD. RGB value is (104,187,173). Sum of RGB (Red+Green+Blue) = 104+187+173=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BBAD is #974452. Grayscale: #A0A0A0. Windows color (decimal): -9913427 or 11385704. OLE color: 11385704.

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

Color convert

RGB 104 187 173 -
CMYK 0.44 0 0.07 0.27
HSL 169.88º 0.38% 0.57% -
HSV(B) 169.88º 0.44% 0.73% -
XYZ 31.02 41.5 45.91 -
YUV 160.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 104 187 173 0.44 0 0.07 0.27 169.88 0.38 0.57
Hex 68 BB AD 2C 0 7 1B AA 26 39
Octal 150 273 255 54 0 7 33 252 46 71
Binary 1101000 10111011 10101101 101100 0 111 11011 10101010 100110 111001

Color Harmonies of #68BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBAD

Black with #68BBAD

Text Example


Text Example

White with #68BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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