Html Css Color HEX #68BCAF Tradewind

📋 copy color: '#68BCAF'

red 104 ◦ green 188 ◦ blue 175

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

Shades of Tradewind #68BCAF

Tints of Tradewind #68BCAF

RGB

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

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

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

R = 22.27%
G = 40.26%
B = 37.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#68BCAF (or 0x68BCAF) is known color: Tradewind. HEX triplet: 68, BC and AF. RGB value is (104,188,175). Sum of RGB (Red+Green+Blue) = 104+188+175=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCAF is #974350. Grayscale: #A1A1A1. Windows color (decimal): -9913169 or 11517032. OLE color: 11517032.

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

Color convert

RGB 104 188 175 -
CMYK 0.45 0 0.07 0.26
HSL 170.71º 0.39% 0.57% -
HSV(B) 170.71º 0.45% 0.74% -
XYZ 31.43 42 47.01 -
YUV 161.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 104 188 175 0.45 0 0.07 0.26 170.71 0.39 0.57
Hex 68 BC AF 2D 0 7 1A AB 27 39
Octal 150 274 257 55 0 7 32 253 47 71
Binary 1101000 10111100 10101111 101101 0 111 11010 10101011 100111 111001

Color Harmonies of #68BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCAF

Black with #68BCAF

Text Example


Text Example

White with #68BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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