Html Css Color HEX #66CCA0 Medium Aquamarine

📋 copy color: '#66CCA0'

red 102 ◦ green 204 ◦ blue 160

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

Shades of Medium Aquamarine #66CCA0

Tints of Medium Aquamarine #66CCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 21.89%
G = 43.78%
B = 34.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#66CCA0 (or 0x66CCA0) is known color: Medium Aquamarine. HEX triplet: 66, CC and A0. RGB value is (102,204,160). Sum of RGB (Red+Green+Blue) = 102+204+160=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CCA0 is #99335F. Grayscale: #A8A8A8. Windows color (decimal): -10040160 or 10538086. OLE color: 10538086.

HSL color Cylindrical-coordinate representation of color #66CCA0: hue angle of 154.12º degrees, saturation: 0.5, 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 #66CCA0 is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 204 160 -
CMYK 0.5 0 0.22 0.2
HSL 154.12º 0.5% 0.6% -
HSV(B) 154.12º 0.5% 0.8% -
XYZ 33.42 48.55 40.87 -
YUV 168.49 123.21 80.58 -
System Red Green Blue C M Y K H S L
Decimal 102 204 160 0.5 0 0.22 0.2 154.12 0.5 0.6
Hex 66 CC A0 32 0 16 14 9A 32 3C
Octal 146 314 240 62 0 26 24 232 62 74
Binary 1100110 11001100 10100000 110010 0 10110 10100 10011010 110010 111100

Color Harmonies of #66CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCA0

Black with #66CCA0

Text Example


Text Example

White with #66CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,204,160); }

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

background-color css

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

 a { background-color: rgb(102,204,160); }

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

border-color css

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

 span { border-color: rgb(102,204,160); }

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