Html Css Color HEX #68AEA9 Tradewind

📋 copy color: '#68AEA9'

red 104 ◦ green 174 ◦ blue 169

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

Shades of Tradewind #68AEA9

Tints of Tradewind #68AEA9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.93%

 BLUE value IS 169 (66.41% from 255) = 37.81%

R = 23.27%
G = 38.93%
B = 37.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#68AEA9 (or 0x68AEA9) is known color: Tradewind. HEX triplet: 68, AE and A9. RGB value is (104,174,169). Sum of RGB (Red+Green+Blue) = 104+174+169=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #68AEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEA9 is #975156. Grayscale: #989898. Windows color (decimal): -9916759 or 11120232. OLE color: 11120232.

HSL color Cylindrical-coordinate representation of color #68AEA9: hue angle of 175.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AEA9 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 174 169 -
CMYK 0.40 0 0.03 0.32
HSL 175.71º 0.3% 0.55% -
HSV(B) 175.71º 0.4% 0.68% -
XYZ 28.01 36.08 43.02 -
YUV 152.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 104 174 169 0.40 0 0.03 0.32 175.71 0.3 0.55
Hex 68 AE A9 28 0 3 20 B0 1E 37
Octal 150 256 251 50 0 3 40 260 36 67
Binary 1101000 10101110 10101001 101000 0 11 100000 10110000 11110 110111

Color Harmonies of #68AEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEA9

Black with #68AEA9

Text Example


Text Example

White with #68AEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,174,169); }

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

background-color css

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

 a { background-color: rgb(104,174,169); }

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

border-color css

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

 span { border-color: rgb(104,174,169); }

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