Html Css Color HEX #68B6AA Tradewind

📋 copy color: '#68B6AA'

red 104 ◦ green 182 ◦ blue 170

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

Shades of Tradewind #68B6AA

Tints of Tradewind #68B6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.91%

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 22.81%
G = 39.91%
B = 37.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#68B6AA (or 0x68B6AA) is known color: Tradewind. HEX triplet: 68, B6 and AA. RGB value is (104,182,170). Sum of RGB (Red+Green+Blue) = 104+182+170=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #68B6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B6AA is #974955. Grayscale: #9D9D9D. Windows color (decimal): -9914710 or 11187816. OLE color: 11187816.

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

Color convert

RGB 104 182 170 -
CMYK 0.43 0 0.07 0.29
HSL 170.77º 0.35% 0.56% -
HSV(B) 170.77º 0.43% 0.71% -
XYZ 29.69 39.3 44.05 -
YUV 157.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 104 182 170 0.43 0 0.07 0.29 170.77 0.35 0.56
Hex 68 B6 AA 2B 0 7 1D AB 23 38
Octal 150 266 252 53 0 7 35 253 43 70
Binary 1101000 10110110 10101010 101011 0 111 11101 10101011 100011 111000

Color Harmonies of #68B6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B6AA

Black with #68B6AA

Text Example


Text Example

White with #68B6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,182,170); }

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

background-color css

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

 a { background-color: rgb(104,182,170); }

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

border-color css

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

 span { border-color: rgb(104,182,170); }

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