Html Css Color HEX #68A99D Tradewind

📋 copy color: '#68A99D'

red 104 ◦ green 169 ◦ blue 157

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

Shades of Tradewind #68A99D

Tints of Tradewind #68A99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.3%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 24.19%
G = 39.3%
B = 36.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#68A99D (or 0x68A99D) is known color: Tradewind. HEX triplet: 68, A9 and 9D. RGB value is (104,169,157). Sum of RGB (Red+Green+Blue) = 104+169+157=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #68A99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A99D is #975662. Grayscale: #949494. Windows color (decimal): -9918051 or 10332520. OLE color: 10332520.

HSL color Cylindrical-coordinate representation of color #68A99D: hue angle of 168.92º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A99D is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 169 157 -
CMYK 0.38 0 0.07 0.34
HSL 168.92º 0.27% 0.54% -
HSV(B) 168.92º 0.38% 0.66% -
XYZ 25.98 33.75 37.04 -
YUV 148.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 104 169 157 0.38 0 0.07 0.34 168.92 0.27 0.54
Hex 68 A9 9D 26 0 7 22 A9 1B 36
Octal 150 251 235 46 0 7 42 251 33 66
Binary 1101000 10101001 10011101 100110 0 111 100010 10101001 11011 110110

Color Harmonies of #68A99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A99D

Black with #68A99D

Text Example


Text Example

White with #68A99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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