Html Css Color HEX #68AEA8 Tradewind

📋 copy color: '#68AEA8'

red 104 ◦ green 174 ◦ blue 168

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

Shades of Tradewind #68AEA8

Tints of Tradewind #68AEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.67%

R = 23.32%
G = 39.01%
B = 37.67%

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

#68AEA8 (or 0x68AEA8) is known color: Tradewind. HEX triplet: 68, AE and A8. RGB value is (104,174,168). Sum of RGB (Red+Green+Blue) = 104+174+168=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #68AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEA8 is #975157. Grayscale: #989898. Windows color (decimal): -9916760 or 11054696. OLE color: 11054696.

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

Color convert

RGB 104 174 168 -
CMYK 0.40 0 0.03 0.32
HSL 174.86º 0.3% 0.55% -
HSV(B) 174.86º 0.4% 0.68% -
XYZ 27.91 36.04 42.53 -
YUV 152.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 104 174 168 0.40 0 0.03 0.32 174.86 0.3 0.55
Hex 68 AE A8 28 0 3 20 AF 1E 37
Octal 150 256 250 50 0 3 40 257 36 67
Binary 1101000 10101110 10101000 101000 0 11 100000 10101111 11110 110111

Color Harmonies of #68AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEA8

Black with #68AEA8

Text Example


Text Example

White with #68AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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