Html Css Color HEX #68AFA9 Tradewind

📋 copy color: '#68AFA9'

red 104 ◦ green 175 ◦ blue 169

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

Shades of Tradewind #68AFA9

Tints of Tradewind #68AFA9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.06%

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

R = 23.21%
G = 39.06%
B = 37.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#68AFA9 (or 0x68AFA9) is known color: Tradewind. HEX triplet: 68, AF and A9. RGB value is (104,175,169). Sum of RGB (Red+Green+Blue) = 104+175+169=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #68AFA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AFA9 is #975056. Grayscale: #999999. Windows color (decimal): -9916503 or 11120488. OLE color: 11120488.

HSL color Cylindrical-coordinate representation of color #68AFA9: hue angle of 174.93º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AFA9 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 169 -
CMYK 0.41 0 0.03 0.31
HSL 174.93º 0.31% 0.55% -
HSV(B) 174.93º 0.41% 0.69% -
XYZ 28.2 36.47 43.09 -
YUV 153.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 104 175 169 0.41 0 0.03 0.31 174.93 0.31 0.55
Hex 68 AF A9 29 0 3 1F AF 1F 37
Octal 150 257 251 51 0 3 37 257 37 67
Binary 1101000 10101111 10101001 101001 0 11 11111 10101111 11111 110111

Color Harmonies of #68AFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFA9

Black with #68AFA9

Text Example


Text Example

White with #68AFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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