Html Css Color HEX #68ACA6 Tradewind

📋 copy color: '#68ACA6'

red 104 ◦ green 172 ◦ blue 166

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

Shades of Tradewind #68ACA6

Tints of Tradewind #68ACA6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.91%

 BLUE value IS 166 (65.23% from 255) = 37.56%

R = 23.53%
G = 38.91%
B = 37.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#68ACA6 (or 0x68ACA6) is known color: Tradewind. HEX triplet: 68, AC and A6. RGB value is (104,172,166). Sum of RGB (Red+Green+Blue) = 104+172+166=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #68ACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ACA6 is #975359. Grayscale: #969696. Windows color (decimal): -9917274 or 10923112. OLE color: 10923112.

HSL color Cylindrical-coordinate representation of color #68ACA6: hue angle of 174.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68ACA6 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 166 -
CMYK 0.40 0 0.03 0.33
HSL 174.71º 0.29% 0.54% -
HSV(B) 174.71º 0.4% 0.67% -
XYZ 27.34 35.2 41.43 -
YUV 150.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 104 172 166 0.40 0 0.03 0.33 174.71 0.29 0.54
Hex 68 AC A6 28 0 3 21 AF 1D 36
Octal 150 254 246 50 0 3 41 257 35 66
Binary 1101000 10101100 10100110 101000 0 11 100001 10101111 11101 110110

Color Harmonies of #68ACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACA6

Black with #68ACA6

Text Example


Text Example

White with #68ACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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