Html Css Color HEX #68BBAE Tradewind

📋 copy color: '#68BBAE'

red 104 ◦ green 187 ◦ blue 174

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

Shades of Tradewind #68BBAE

Tints of Tradewind #68BBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 22.37%
G = 40.22%
B = 37.42%

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

#68BBAE (or 0x68BBAE) is known color: Tradewind. HEX triplet: 68, BB and AE. RGB value is (104,187,174). Sum of RGB (Red+Green+Blue) = 104+187+174=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BBAE is #974451. Grayscale: #A0A0A0. Windows color (decimal): -9913426 or 11451240. OLE color: 11451240.

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

Color convert

RGB 104 187 174 -
CMYK 0.44 0 0.07 0.27
HSL 170.6º 0.38% 0.57% -
HSV(B) 170.6º 0.44% 0.73% -
XYZ 31.12 41.54 46.42 -
YUV 160.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 104 187 174 0.44 0 0.07 0.27 170.6 0.38 0.57
Hex 68 BB AE 2C 0 7 1B AB 26 39
Octal 150 273 256 54 0 7 33 253 46 71
Binary 1101000 10111011 10101110 101100 0 111 11011 10101011 100110 111001

Color Harmonies of #68BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBAE

Black with #68BBAE

Text Example


Text Example

White with #68BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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