Html Css Color HEX #66CDAB Medium Aquamarine

📋 copy color: '#66CDAB'

red 102 ◦ green 205 ◦ blue 171

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

Shades of Medium Aquamarine #66CDAB

Tints of Medium Aquamarine #66CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

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

R = 21.34%
G = 42.89%
B = 35.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#66CDAB (or 0x66CDAB) is known color: Medium Aquamarine. HEX triplet: 66, CD and AB. RGB value is (102,205,171). Sum of RGB (Red+Green+Blue) = 102+205+171=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CDAB is #993254. Grayscale: #AAAAAA. Windows color (decimal): -10039893 or 11259238. OLE color: 11259238.

HSL color Cylindrical-coordinate representation of color #66CDAB: hue angle of 160.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CDAB is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 171 -
CMYK 0.50 0 0.17 0.20
HSL 160.19º 0.51% 0.6% -
HSV(B) 160.19º 0.5% 0.8% -
XYZ 34.66 49.43 46.24 -
YUV 170.33 128.38 79.26 -
System Red Green Blue C M Y K H S L
Decimal 102 205 171 0.50 0 0.17 0.20 160.19 0.51 0.6
Hex 66 CD AB 32 0 11 14 A0 33 3C
Octal 146 315 253 62 0 21 24 240 63 74
Binary 1100110 11001101 10101011 110010 0 10001 10100 10100000 110011 111100

Color Harmonies of #66CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CDAB

Black with #66CDAB

Text Example


Text Example

White with #66CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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