Html Css Color HEX #68BAAF Tradewind

📋 copy color: '#68BAAF'

red 104 ◦ green 186 ◦ blue 175

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

Shades of Tradewind #68BAAF

Tints of Tradewind #68BAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40%

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 22.37%
G = 40%
B = 37.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#68BAAF (or 0x68BAAF) is known color: Tradewind. HEX triplet: 68, BA and AF. RGB value is (104,186,175). Sum of RGB (Red+Green+Blue) = 104+186+175=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAAF is #974550. Grayscale: #A0A0A0. Windows color (decimal): -9913681 or 11516520. OLE color: 11516520.

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

Color convert

RGB 104 186 175 -
CMYK 0.44 0 0.06 0.27
HSL 171.95º 0.37% 0.57% -
HSV(B) 171.95º 0.44% 0.73% -
XYZ 31.01 41.16 46.87 -
YUV 160.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 104 186 175 0.44 0 0.06 0.27 171.95 0.37 0.57
Hex 68 BA AF 2C 0 6 1B AC 25 39
Octal 150 272 257 54 0 6 33 254 45 71
Binary 1101000 10111010 10101111 101100 0 110 11011 10101100 100101 111001

Color Harmonies of #68BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAAF

Black with #68BAAF

Text Example


Text Example

White with #68BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,186,175); }

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

background-color css

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

 a { background-color: rgb(104,186,175); }

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

border-color css

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

 span { border-color: rgb(104,186,175); }

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