Html Css Color HEX #66FDA8 Medium Aquamarine

📋 copy color: '#66FDA8'

red 102 ◦ green 253 ◦ blue 168

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

Shades of Medium Aquamarine #66FDA8

Tints of Medium Aquamarine #66FDA8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.37%

 BLUE value IS 168 (66.02% from 255) = 32.12%

R = 19.5%
G = 48.37%
B = 32.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#66FDA8 (or 0x66FDA8) is known color: Medium Aquamarine. HEX triplet: 66, FD and A8. RGB value is (102,253,168). Sum of RGB (Red+Green+Blue) = 102+253+168=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FDA8 is #990257. Grayscale: #C6C6C6. Windows color (decimal): -10027608 or 11074918. OLE color: 11074918.

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

Color convert

RGB 102 253 168 -
CMYK 0.60 0 0.34 0.01
HSL 146.23º 0.97% 0.7% -
HSV(B) 146.23º 0.6% 0.99% -
XYZ 47.67 75.9 49.18 -
YUV 198.16 110.97 59.41 -
System Red Green Blue C M Y K H S L
Decimal 102 253 168 0.60 0 0.34 0.01 146.23 0.97 0.7
Hex 66 FD A8 3C 0 22 1 92 61 46
Octal 146 375 250 74 0 42 1 222 141 106
Binary 1100110 11111101 10101000 111100 0 100010 1 10010010 1100001 1000110

Color Harmonies of #66FDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FDA8

Black with #66FDA8

Text Example


Text Example

White with #66FDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,253,168); }

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

background-color css

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

 a { background-color: rgb(102,253,168); }

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

border-color css

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

 span { border-color: rgb(102,253,168); }

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