Html Css Color HEX #66AFA3 Tradewind

📋 copy color: '#66AFA3'

red 102 ◦ green 175 ◦ blue 163

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

Shades of Tradewind #66AFA3

Tints of Tradewind #66AFA3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.77%

 BLUE value IS 163 (64.06% from 255) = 37.05%

R = 23.18%
G = 39.77%
B = 37.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#66AFA3 (or 0x66AFA3) is known color: Tradewind. HEX triplet: 66, AF and A3. RGB value is (102,175,163). Sum of RGB (Red+Green+Blue) = 102+175+163=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #66AFA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AFA3 is #99505C. Grayscale: #979797. Windows color (decimal): -10047581 or 10727270. OLE color: 10727270.

HSL color Cylindrical-coordinate representation of color #66AFA3: hue angle of 170.14º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AFA3 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 163 -
CMYK 0.42 0 0.07 0.31
HSL 170.14º 0.31% 0.54% -
HSV(B) 170.14º 0.42% 0.69% -
XYZ 27.42 36.13 40.18 -
YUV 151.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 102 175 163 0.42 0 0.07 0.31 170.14 0.31 0.54
Hex 66 AF A3 2A 0 7 1F AA 1F 36
Octal 146 257 243 52 0 7 37 252 37 66
Binary 1100110 10101111 10100011 101010 0 111 11111 10101010 11111 110110

Color Harmonies of #66AFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFA3

Black with #66AFA3

Text Example


Text Example

White with #66AFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,175,163); }

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

background-color css

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

 a { background-color: rgb(102,175,163); }

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

border-color css

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

 span { border-color: rgb(102,175,163); }

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