Html Css Color HEX #66FEA0 Medium Aquamarine

📋 copy color: '#66FEA0'

red 102 ◦ green 254 ◦ blue 160

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

Shades of Medium Aquamarine #66FEA0

Tints of Medium Aquamarine #66FEA0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.22%

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

R = 19.77%
G = 49.22%
B = 31.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#66FEA0 (or 0x66FEA0) is known color: Medium Aquamarine. HEX triplet: 66, FE and A0. RGB value is (102,254,160). Sum of RGB (Red+Green+Blue) = 102+254+160=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FEA0 is #99015F. Grayscale: #C6C6C6. Windows color (decimal): -10027360 or 10550886. OLE color: 10550886.

HSL color Cylindrical-coordinate representation of color #66FEA0: hue angle of 142.89º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FEA0 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 254 160 -
CMYK 0.60 0 0.37 0.00
HSL 142.89º 0.99% 0.7% -
HSV(B) 142.89º 0.6% 1% -
XYZ 47.27 76.25 45.48 -
YUV 197.84 106.64 59.64 -
System Red Green Blue C M Y K H S L
Decimal 102 254 160 0.60 0 0.37 0.00 142.89 0.99 0.7
Hex 66 FE A0 3C 0 25 0 8F 63 46
Octal 146 376 240 74 0 45 0 217 143 106
Binary 1100110 11111110 10100000 111100 0 100101 0 10001111 1100011 1000110

Color Harmonies of #66FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FEA0

Black with #66FEA0

Text Example


Text Example

White with #66FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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