Html Css Color HEX #68B4A5 Tradewind

📋 copy color: '#68B4A5'

red 104 ◦ green 180 ◦ blue 165

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

Shades of Tradewind #68B4A5

Tints of Tradewind #68B4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 165 (64.84% from 255) = 36.75%

R = 23.16%
G = 40.09%
B = 36.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#68B4A5 (or 0x68B4A5) is known color: Tradewind. HEX triplet: 68, B4 and A5. RGB value is (104,180,165). Sum of RGB (Red+Green+Blue) = 104+180+165=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #68B4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B4A5 is #974B5A. Grayscale: #9B9B9B. Windows color (decimal): -9915227 or 10859624. OLE color: 10859624.

HSL color Cylindrical-coordinate representation of color #68B4A5: hue angle of 168.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B4A5 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 180 165 -
CMYK 0.42 0 0.08 0.29
HSL 168.16º 0.34% 0.56% -
HSV(B) 168.16º 0.42% 0.71% -
XYZ 28.82 38.3 41.47 -
YUV 155.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 104 180 165 0.42 0 0.08 0.29 168.16 0.34 0.56
Hex 68 B4 A5 2A 0 8 1D A8 22 38
Octal 150 264 245 52 0 10 35 250 42 70
Binary 1101000 10110100 10100101 101010 0 1000 11101 10101000 100010 111000

Color Harmonies of #68B4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B4A5

Black with #68B4A5

Text Example


Text Example

White with #68B4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,180,165); }

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

background-color css

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

 a { background-color: rgb(104,180,165); }

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

border-color css

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

 span { border-color: rgb(104,180,165); }

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