Html Css Color HEX #68B8AB Tradewind

📋 copy color: '#68B8AB'

red 104 ◦ green 184 ◦ blue 171

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

Shades of Tradewind #68B8AB

Tints of Tradewind #68B8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.09%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 22.66%
G = 40.09%
B = 37.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#68B8AB (or 0x68B8AB) is known color: Tradewind. HEX triplet: 68, B8 and AB. RGB value is (104,184,171). Sum of RGB (Red+Green+Blue) = 104+184+171=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #68B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B8AB is #974754. Grayscale: #9E9E9E. Windows color (decimal): -9914197 or 11253864. OLE color: 11253864.

HSL color Cylindrical-coordinate representation of color #68B8AB: hue angle of 170.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B8AB is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 184 171 -
CMYK 0.43 0 0.07 0.28
HSL 170.25º 0.36% 0.56% -
HSV(B) 170.25º 0.43% 0.72% -
XYZ 30.2 40.16 44.69 -
YUV 158.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 104 184 171 0.43 0 0.07 0.28 170.25 0.36 0.56
Hex 68 B8 AB 2B 0 7 1C AA 24 38
Octal 150 270 253 53 0 7 34 252 44 70
Binary 1101000 10111000 10101011 101011 0 111 11100 10101010 100100 111000

Color Harmonies of #68B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B8AB

Black with #68B8AB

Text Example


Text Example

White with #68B8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,184,171); }

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

background-color css

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

 a { background-color: rgb(104,184,171); }

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

border-color css

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

 span { border-color: rgb(104,184,171); }

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