Html Css Color HEX #68BCAC Tradewind

📋 copy color: '#68BCAC'

red 104 ◦ green 188 ◦ blue 172

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

Shades of Tradewind #68BCAC

Tints of Tradewind #68BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 22.41%
G = 40.52%
B = 37.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#68BCAC (or 0x68BCAC) is known color: Tradewind. HEX triplet: 68, BC and AC. RGB value is (104,188,172). Sum of RGB (Red+Green+Blue) = 104+188+172=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCAC is #974353. Grayscale: #A1A1A1. Windows color (decimal): -9913172 or 11320424. OLE color: 11320424.

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

Color convert

RGB 104 188 172 -
CMYK 0.45 0 0.09 0.26
HSL 168.57º 0.39% 0.57% -
HSV(B) 168.57º 0.45% 0.74% -
XYZ 31.14 41.89 45.47 -
YUV 161.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 104 188 172 0.45 0 0.09 0.26 168.57 0.39 0.57
Hex 68 BC AC 2D 0 9 1A A9 27 39
Octal 150 274 254 55 0 11 32 251 47 71
Binary 1101000 10111100 10101100 101101 0 1001 11010 10101001 100111 111001

Color Harmonies of #68BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCAC

Black with #68BCAC

Text Example


Text Example

White with #68BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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