Html Css Color HEX #68B3A2 Tradewind

📋 copy color: '#68B3A2'

red 104 ◦ green 179 ◦ blue 162

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

Shades of Tradewind #68B3A2

Tints of Tradewind #68B3A2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.22%

 BLUE value IS 162 (63.67% from 255) = 36.4%

R = 23.37%
G = 40.22%
B = 36.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#68B3A2 (or 0x68B3A2) is known color: Tradewind. HEX triplet: 68, B3 and A2. RGB value is (104,179,162). Sum of RGB (Red+Green+Blue) = 104+179+162=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #68B3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B3A2 is #974C5D. Grayscale: #9A9A9A. Windows color (decimal): -9915486 or 10662760. OLE color: 10662760.

HSL color Cylindrical-coordinate representation of color #68B3A2: hue angle of 166.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B3A2 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 179 162 -
CMYK 0.42 0 0.09 0.30
HSL 166.4º 0.33% 0.55% -
HSV(B) 166.4º 0.42% 0.7% -
XYZ 28.35 37.79 39.98 -
YUV 154.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 104 179 162 0.42 0 0.09 0.30 166.4 0.33 0.55
Hex 68 B3 A2 2A 0 9 1E A6 21 37
Octal 150 263 242 52 0 11 36 246 41 67
Binary 1101000 10110011 10100010 101010 0 1001 11110 10100110 100001 110111

Color Harmonies of #68B3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B3A2

Black with #68B3A2

Text Example


Text Example

White with #68B3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,179,162); }

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

background-color css

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

 a { background-color: rgb(104,179,162); }

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

border-color css

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

 span { border-color: rgb(104,179,162); }

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