Html Css Color HEX #66D5AB Medium Aquamarine

📋 copy color: '#66D5AB'

red 102 ◦ green 213 ◦ blue 171

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

Shades of Medium Aquamarine #66D5AB

Tints of Medium Aquamarine #66D5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.83%

 BLUE value IS 171 (67.19% from 255) = 35.19%

R = 20.99%
G = 43.83%
B = 35.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#66D5AB (or 0x66D5AB) is known color: Medium Aquamarine. HEX triplet: 66, D5 and AB. RGB value is (102,213,171). Sum of RGB (Red+Green+Blue) = 102+213+171=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D5AB is #992A54. Grayscale: #AFAFAF. Windows color (decimal): -10037845 or 11261286. OLE color: 11261286.

HSL color Cylindrical-coordinate representation of color #66D5AB: hue angle of 157.3º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D5AB is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 213 171 -
CMYK 0.52 0 0.20 0.16
HSL 157.3º 0.57% 0.62% -
HSV(B) 157.3º 0.52% 0.84% -
XYZ 36.62 53.35 46.9 -
YUV 175.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 102 213 171 0.52 0 0.20 0.16 157.3 0.57 0.62
Hex 66 D5 AB 34 0 14 10 9D 39 3E
Octal 146 325 253 64 0 24 20 235 71 76
Binary 1100110 11010101 10101011 110100 0 10100 10000 10011101 111001 111110

Color Harmonies of #66D5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D5AB

Black with #66D5AB

Text Example


Text Example

White with #66D5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,213,171); }

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

background-color css

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

 a { background-color: rgb(102,213,171); }

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

border-color css

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

 span { border-color: rgb(102,213,171); }

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