Html Css Color HEX #66A7A0 Tradewind

📋 copy color: '#66A7A0'

red 102 ◦ green 167 ◦ blue 160

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

Shades of Tradewind #66A7A0

Tints of Tradewind #66A7A0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 23.78%
G = 38.93%
B = 37.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#66A7A0 (or 0x66A7A0) is known color: Tradewind. HEX triplet: 66, A7 and A0. RGB value is (102,167,160). Sum of RGB (Red+Green+Blue) = 102+167+160=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #66A7A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A7A0 is #99585F. Grayscale: #929292. Windows color (decimal): -10049632 or 10528614. OLE color: 10528614.

HSL color Cylindrical-coordinate representation of color #66A7A0: hue angle of 173.54º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A7A0 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 167 160 -
CMYK 0.39 0 0.04 0.35
HSL 173.54º 0.27% 0.53% -
HSV(B) 173.54º 0.39% 0.65% -
XYZ 25.64 33 38.28 -
YUV 146.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 102 167 160 0.39 0 0.04 0.35 173.54 0.27 0.53
Hex 66 A7 A0 27 0 4 23 AE 1B 35
Octal 146 247 240 47 0 4 43 256 33 65
Binary 1100110 10100111 10100000 100111 0 100 100011 10101110 11011 110101

Color Harmonies of #66A7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A7A0

Black with #66A7A0

Text Example


Text Example

White with #66A7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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