Html Css Color HEX #66FEA7 Medium Aquamarine

📋 copy color: '#66FEA7'

red 102 ◦ green 254 ◦ blue 167

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

Shades of Medium Aquamarine #66FEA7

Tints of Medium Aquamarine #66FEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.93%

R = 19.5%
G = 48.57%
B = 31.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#66FEA7 (or 0x66FEA7) is known color: Medium Aquamarine. HEX triplet: 66, FE and A7. RGB value is (102,254,167). Sum of RGB (Red+Green+Blue) = 102+254+167=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FEA7 is #990158. Grayscale: #C6C6C6. Windows color (decimal): -10027353 or 11009638. OLE color: 11009638.

HSL color Cylindrical-coordinate representation of color #66FEA7: hue angle of 145.66º 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 #66FEA7 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 254 167 -
CMYK 0.60 0 0.34 0.00
HSL 145.66º 0.99% 0.7% -
HSV(B) 145.66º 0.6% 1% -
XYZ 47.9 76.5 48.8 -
YUV 198.63 110.14 59.07 -
System Red Green Blue C M Y K H S L
Decimal 102 254 167 0.60 0 0.34 0.00 145.66 0.99 0.7
Hex 66 FE A7 3C 0 22 0 92 63 46
Octal 146 376 247 74 0 42 0 222 143 106
Binary 1100110 11111110 10100111 111100 0 100010 0 10010010 1100011 1000110

Color Harmonies of #66FEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FEA7

Black with #66FEA7

Text Example


Text Example

White with #66FEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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