Html Css Color HEX #68B5A5 Tradewind

📋 copy color: '#68B5A5'

red 104 ◦ green 181 ◦ blue 165

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

Shades of Tradewind #68B5A5

Tints of Tradewind #68B5A5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

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

R = 23.11%
G = 40.22%
B = 36.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#68B5A5 (or 0x68B5A5) is known color: Tradewind. HEX triplet: 68, B5 and A5. RGB value is (104,181,165). Sum of RGB (Red+Green+Blue) = 104+181+165=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #68B5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B5A5 is #974A5A. Grayscale: #9C9C9C. Windows color (decimal): -9914971 or 10859880. OLE color: 10859880.

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

Color convert

RGB 104 181 165 -
CMYK 0.43 0 0.09 0.29
HSL 167.53º 0.34% 0.56% -
HSV(B) 167.53º 0.43% 0.71% -
XYZ 29.02 38.71 41.54 -
YUV 156.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 104 181 165 0.43 0 0.09 0.29 167.53 0.34 0.56
Hex 68 B5 A5 2B 0 9 1D A8 22 38
Octal 150 265 245 53 0 11 35 250 42 70
Binary 1101000 10110101 10100101 101011 0 1001 11101 10101000 100010 111000

Color Harmonies of #68B5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5A5

Black with #68B5A5

Text Example


Text Example

White with #68B5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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