Html Css Color HEX #66BDAE Tradewind

📋 copy color: '#66BDAE'

red 102 ◦ green 189 ◦ blue 174

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

Shades of Tradewind #66BDAE

Tints of Tradewind #66BDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.65%

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 21.94%
G = 40.65%
B = 37.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#66BDAE (or 0x66BDAE) is known color: Tradewind. HEX triplet: 66, BD and AE. RGB value is (102,189,174). Sum of RGB (Red+Green+Blue) = 102+189+174=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BDAE is #994251. Grayscale: #A1A1A1. Windows color (decimal): -10043986 or 11451750. OLE color: 11451750.

HSL color Cylindrical-coordinate representation of color #66BDAE: hue angle of 169.66º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BDAE is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 189 174 -
CMYK 0.46 0 0.08 0.26
HSL 169.66º 0.4% 0.57% -
HSV(B) 169.66º 0.46% 0.74% -
XYZ 31.32 42.28 46.55 -
YUV 161.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 102 189 174 0.46 0 0.08 0.26 169.66 0.4 0.57
Hex 66 BD AE 2E 0 8 1A AA 28 39
Octal 146 275 256 56 0 10 32 252 50 71
Binary 1100110 10111101 10101110 101110 0 1000 11010 10101010 101000 111001

Color Harmonies of #66BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDAE

Black with #66BDAE

Text Example


Text Example

White with #66BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,189,174); }

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

background-color css

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

 a { background-color: rgb(102,189,174); }

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

border-color css

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

 span { border-color: rgb(102,189,174); }

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