Html Css Color HEX #66D8A1 Medium Aquamarine

📋 copy color: '#66D8A1'

red 102 ◦ green 216 ◦ blue 161

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

Shades of Medium Aquamarine #66D8A1

Tints of Medium Aquamarine #66D8A1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.09%

 BLUE value IS 161 (63.28% from 255) = 33.61%

R = 21.29%
G = 45.09%
B = 33.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#66D8A1 (or 0x66D8A1) is known color: Medium Aquamarine. HEX triplet: 66, D8 and A1. RGB value is (102,216,161). Sum of RGB (Red+Green+Blue) = 102+216+161=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D8A1 is #99275E. Grayscale: #AFAFAF. Windows color (decimal): -10037087 or 10606694. OLE color: 10606694.

HSL color Cylindrical-coordinate representation of color #66D8A1: hue angle of 151.05º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D8A1 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 216 161 -
CMYK 0.53 0 0.25 0.15
HSL 151.05º 0.59% 0.62% -
HSV(B) 151.05º 0.53% 0.85% -
XYZ 36.47 54.51 42.32 -
YUV 175.64 119.73 75.47 -
System Red Green Blue C M Y K H S L
Decimal 102 216 161 0.53 0 0.25 0.15 151.05 0.59 0.62
Hex 66 D8 A1 35 0 19 F 97 3B 3E
Octal 146 330 241 65 0 31 17 227 73 76
Binary 1100110 11011000 10100001 110101 0 11001 1111 10010111 111011 111110

Color Harmonies of #66D8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D8A1

Black with #66D8A1

Text Example


Text Example

White with #66D8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,216,161); }

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

background-color css

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

 a { background-color: rgb(102,216,161); }

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

border-color css

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

 span { border-color: rgb(102,216,161); }

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