Html Css Color HEX #66B4A7 Tradewind

📋 copy color: '#66B4A7'

red 102 ◦ green 180 ◦ blue 167

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

Shades of Tradewind #66B4A7

Tints of Tradewind #66B4A7

RGB

 RED value IS 102 (40.23% from 255) = 22.72%

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

 BLUE value IS 167 (65.63% from 255) = 37.19%

R = 22.72%
G = 40.09%
B = 37.19%

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

#66B4A7 (or 0x66B4A7) is known color: Tradewind. HEX triplet: 66, B4 and A7. RGB value is (102,180,167). Sum of RGB (Red+Green+Blue) = 102+180+167=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #66B4A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B4A7 is #994B58. Grayscale: #9B9B9B. Windows color (decimal): -10046297 or 10990694. OLE color: 10990694.

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

Color convert

RGB 102 180 167 -
CMYK 0.43 0 0.07 0.29
HSL 170º 0.34% 0.55% -
HSV(B) 170º 0.43% 0.71% -
XYZ 28.78 38.26 42.43 -
YUV 155.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 102 180 167 0.43 0 0.07 0.29 170 0.34 0.55
Hex 66 B4 A7 2B 0 7 1D AA 22 37
Octal 146 264 247 53 0 7 35 252 42 67
Binary 1100110 10110100 10100111 101011 0 111 11101 10101010 100010 110111

Color Harmonies of #66B4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B4A7

Black with #66B4A7

Text Example


Text Example

White with #66B4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66B4A7; }

 p { color: rgb(102,180,167); }

 H1.HeaderClassName
 {
   color: #66B4A7;
 }
 .AnyTagClassName
 {
   color: #66B4A7;
 }
</style>

background-color css

<style>
 a { background-color: #66B4A7; }

 a { background-color: rgb(102,180,167); }

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

border-color css

<style>
 span { border-color: #66B4A7; }

 span { border-color: rgb(102,180,167); }

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