Html Css Color HEX #66CDA2 Medium Aquamarine

📋 copy color: '#66CDA2'

red 102 ◦ green 205 ◦ blue 162

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

Shades of Medium Aquamarine #66CDA2

Tints of Medium Aquamarine #66CDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.54%

R = 21.75%
G = 43.71%
B = 34.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#66CDA2 (or 0x66CDA2) is known color: Medium Aquamarine. HEX triplet: 66, CD and A2. RGB value is (102,205,162). Sum of RGB (Red+Green+Blue) = 102+205+162=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CDA2 is #99325D. Grayscale: #A9A9A9. Windows color (decimal): -10039902 or 10669414. OLE color: 10669414.

HSL color Cylindrical-coordinate representation of color #66CDA2: hue angle of 154.95º 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 #66CDA2 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 162 -
CMYK 0.50 0 0.21 0.20
HSL 154.95º 0.51% 0.6% -
HSV(B) 154.95º 0.5% 0.8% -
XYZ 33.83 49.1 41.88 -
YUV 169.3 123.88 80 -
System Red Green Blue C M Y K H S L
Decimal 102 205 162 0.50 0 0.21 0.20 154.95 0.51 0.6
Hex 66 CD A2 32 0 15 14 9B 33 3C
Octal 146 315 242 62 0 25 24 233 63 74
Binary 1100110 11001101 10100010 110010 0 10101 10100 10011011 110011 111100

Color Harmonies of #66CDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CDA2

Black with #66CDA2

Text Example


Text Example

White with #66CDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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