Html Css Color HEX #66AB9D Tradewind

📋 copy color: '#66AB9D'

red 102 ◦ green 171 ◦ blue 157

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

Shades of Tradewind #66AB9D

Tints of Tradewind #66AB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 23.72%
G = 39.77%
B = 36.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#66AB9D (or 0x66AB9D) is known color: Tradewind. HEX triplet: 66, AB and 9D. RGB value is (102,171,157). Sum of RGB (Red+Green+Blue) = 102+171+157=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB9D is #995462. Grayscale: #949494. Windows color (decimal): -10048611 or 10333030. OLE color: 10333030.

HSL color Cylindrical-coordinate representation of color #66AB9D: hue angle of 167.83º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB9D is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 171 157 -
CMYK 0.40 0 0.08 0.33
HSL 167.83º 0.29% 0.54% -
HSV(B) 167.83º 0.4% 0.67% -
XYZ 26.13 34.38 37.16 -
YUV 148.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 102 171 157 0.40 0 0.08 0.33 167.83 0.29 0.54
Hex 66 AB 9D 28 0 8 21 A8 1D 36
Octal 146 253 235 50 0 10 41 250 35 66
Binary 1100110 10101011 10011101 101000 0 1000 100001 10101000 11101 110110

Color Harmonies of #66AB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB9D

Black with #66AB9D

Text Example


Text Example

White with #66AB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,171,157); }

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

background-color css

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

 a { background-color: rgb(102,171,157); }

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

border-color css

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

 span { border-color: rgb(102,171,157); }

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