Html Css Color HEX #68A296 Tradewind

📋 copy color: '#68A296'

red 104 ◦ green 162 ◦ blue 150

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

Shades of Tradewind #68A296

Tints of Tradewind #68A296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.94%

 BLUE value IS 150 (58.98% from 255) = 36.06%

R = 25%
G = 38.94%
B = 36.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#68A296 (or 0x68A296) is known color: Tradewind. HEX triplet: 68, A2 and 96. RGB value is (104,162,150). Sum of RGB (Red+Green+Blue) = 104+162+150=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #68A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A296 is #975D69. Grayscale: #8F8F8F. Windows color (decimal): -9919850 or 9871976. OLE color: 9871976.

HSL color Cylindrical-coordinate representation of color #68A296: hue angle of 167.59º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A296 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 162 150 -
CMYK 0.36 0 0.07 0.36
HSL 167.59º 0.24% 0.52% -
HSV(B) 167.59º 0.36% 0.64% -
XYZ 24.13 30.99 33.56 -
YUV 143.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 104 162 150 0.36 0 0.07 0.36 167.59 0.24 0.52
Hex 68 A2 96 24 0 7 24 A8 18 34
Octal 150 242 226 44 0 7 44 250 30 64
Binary 1101000 10100010 10010110 100100 0 111 100100 10101000 11000 110100

Color Harmonies of #68A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A296

Black with #68A296

Text Example


Text Example

White with #68A296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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