Html Css Color HEX #66B2A5 Tradewind

📋 copy color: '#66B2A5'

red 102 ◦ green 178 ◦ blue 165

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

Shades of Tradewind #66B2A5

Tints of Tradewind #66B2A5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 165 (64.84% from 255) = 37.08%

R = 22.92%
G = 40%
B = 37.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#66B2A5 (or 0x66B2A5) is known color: Tradewind. HEX triplet: 66, B2 and A5. RGB value is (102,178,165). Sum of RGB (Red+Green+Blue) = 102+178+165=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #66B2A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B2A5 is #994D5A. Grayscale: #999999. Windows color (decimal): -10046811 or 10859110. OLE color: 10859110.

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

Color convert

RGB 102 178 165 -
CMYK 0.43 0 0.07 0.30
HSL 169.74º 0.33% 0.55% -
HSV(B) 169.74º 0.43% 0.7% -
XYZ 28.19 37.38 41.33 -
YUV 153.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 102 178 165 0.43 0 0.07 0.30 169.74 0.33 0.55
Hex 66 B2 A5 2B 0 7 1E AA 21 37
Octal 146 262 245 53 0 7 36 252 41 67
Binary 1100110 10110010 10100101 101011 0 111 11110 10101010 100001 110111

Color Harmonies of #66B2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B2A5

Black with #66B2A5

Text Example


Text Example

White with #66B2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,178,165); }

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

background-color css

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

 a { background-color: rgb(102,178,165); }

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

border-color css

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

 span { border-color: rgb(102,178,165); }

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