Html Css Color HEX #68AE9F Tradewind

📋 copy color: '#68AE9F'

red 104 ◦ green 174 ◦ blue 159

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

Shades of Tradewind #68AE9F

Tints of Tradewind #68AE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.38%

R = 23.8%
G = 39.82%
B = 36.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#68AE9F (or 0x68AE9F) is known color: Tradewind. HEX triplet: 68, AE and 9F. RGB value is (104,174,159). Sum of RGB (Red+Green+Blue) = 104+174+159=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE9F is #975160. Grayscale: #979797. Windows color (decimal): -9916769 or 10464872. OLE color: 10464872.

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

Color convert

RGB 104 174 159 -
CMYK 0.40 0 0.09 0.32
HSL 167.14º 0.3% 0.55% -
HSV(B) 167.14º 0.4% 0.68% -
XYZ 27.1 35.72 38.27 -
YUV 151.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 104 174 159 0.40 0 0.09 0.32 167.14 0.3 0.55
Hex 68 AE 9F 28 0 9 20 A7 1E 37
Octal 150 256 237 50 0 11 40 247 36 67
Binary 1101000 10101110 10011111 101000 0 1001 100000 10100111 11110 110111

Color Harmonies of #68AE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AE9F

Black with #68AE9F

Text Example


Text Example

White with #68AE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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