Html Css Color HEX #68B5AF Tradewind

📋 copy color: '#68B5AF'

red 104 ◦ green 181 ◦ blue 175

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

Shades of Tradewind #68B5AF

Tints of Tradewind #68B5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 22.61%
G = 39.35%
B = 38.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#68B5AF (or 0x68B5AF) is known color: Tradewind. HEX triplet: 68, B5 and AF. RGB value is (104,181,175). Sum of RGB (Red+Green+Blue) = 104+181+175=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #68B5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B5AF is #974A50. Grayscale: #9D9D9D. Windows color (decimal): -9914961 or 11515240. OLE color: 11515240.

HSL color Cylindrical-coordinate representation of color #68B5AF: hue angle of 175.32º 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 #68B5AF is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 181 175 -
CMYK 0.43 0 0.03 0.29
HSL 175.32º 0.34% 0.56% -
HSV(B) 175.32º 0.43% 0.71% -
XYZ 29.97 39.09 46.52 -
YUV 157.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 104 181 175 0.43 0 0.03 0.29 175.32 0.34 0.56
Hex 68 B5 AF 2B 0 3 1D AF 22 38
Octal 150 265 257 53 0 3 35 257 42 70
Binary 1101000 10110101 10101111 101011 0 11 11101 10101111 100010 111000

Color Harmonies of #68B5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5AF

Black with #68B5AF

Text Example


Text Example

White with #68B5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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