Html Css Color HEX #68AEA2 Tradewind

📋 copy color: '#68AEA2'

red 104 ◦ green 174 ◦ blue 162

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

Shades of Tradewind #68AEA2

Tints of Tradewind #68AEA2

RGB

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

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

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

R = 23.64%
G = 39.55%
B = 36.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#68AEA2 (or 0x68AEA2) is known color: Tradewind. HEX triplet: 68, AE and A2. RGB value is (104,174,162). Sum of RGB (Red+Green+Blue) = 104+174+162=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #68AEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEA2 is #97515D. Grayscale: #979797. Windows color (decimal): -9916766 or 10661480. OLE color: 10661480.

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

Color convert

RGB 104 174 162 -
CMYK 0.40 0 0.07 0.32
HSL 169.71º 0.3% 0.55% -
HSV(B) 169.71º 0.4% 0.68% -
XYZ 27.37 35.82 39.65 -
YUV 151.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 104 174 162 0.40 0 0.07 0.32 169.71 0.3 0.55
Hex 68 AE A2 28 0 7 20 AA 1E 37
Octal 150 256 242 50 0 7 40 252 36 67
Binary 1101000 10101110 10100010 101000 0 111 100000 10101010 11110 110111

Color Harmonies of #68AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEA2

Black with #68AEA2

Text Example


Text Example

White with #68AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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