Html Css Color HEX #68AEAA Tradewind

📋 copy color: '#68AEAA'

red 104 ◦ green 174 ◦ blue 170

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

Shades of Tradewind #68AEAA

Tints of Tradewind #68AEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 23.21%
G = 38.84%
B = 37.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#68AEAA (or 0x68AEAA) is known color: Tradewind. HEX triplet: 68, AE and AA. RGB value is (104,174,170). Sum of RGB (Red+Green+Blue) = 104+174+170=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #68AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEAA is #975155. Grayscale: #989898. Windows color (decimal): -9916758 or 11185768. OLE color: 11185768.

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

Color convert

RGB 104 174 170 -
CMYK 0.40 0 0.02 0.32
HSL 176.57º 0.3% 0.55% -
HSV(B) 176.57º 0.4% 0.68% -
XYZ 28.1 36.12 43.52 -
YUV 152.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 104 174 170 0.40 0 0.02 0.32 176.57 0.3 0.55
Hex 68 AE AA 28 0 2 20 B1 1E 37
Octal 150 256 252 50 0 2 40 261 36 67
Binary 1101000 10101110 10101010 101000 0 10 100000 10110001 11110 110111

Color Harmonies of #68AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEAA

Black with #68AEAA

Text Example


Text Example

White with #68AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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