Html Css Color HEX #66FDA0 Medium Aquamarine

📋 copy color: '#66FDA0'

red 102 ◦ green 253 ◦ blue 160

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

Shades of Medium Aquamarine #66FDA0

Tints of Medium Aquamarine #66FDA0

RGB

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

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

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

R = 19.81%
G = 49.13%
B = 31.07%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#66FDA0 (or 0x66FDA0) is known color: Medium Aquamarine. HEX triplet: 66, FD and A0. RGB value is (102,253,160). Sum of RGB (Red+Green+Blue) = 102+253+160=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FDA0 is #99025F. Grayscale: #C5C5C5. Windows color (decimal): -10027616 or 10550630. OLE color: 10550630.

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

Color convert

RGB 102 253 160 -
CMYK 0.60 0 0.37 0.01
HSL 143.05º 0.97% 0.7% -
HSV(B) 143.05º 0.6% 0.99% -
XYZ 46.95 75.61 45.38 -
YUV 197.25 106.97 60.06 -
System Red Green Blue C M Y K H S L
Decimal 102 253 160 0.60 0 0.37 0.01 143.05 0.97 0.7
Hex 66 FD A0 3C 0 25 1 8F 61 46
Octal 146 375 240 74 0 45 1 217 141 106
Binary 1100110 11111101 10100000 111100 0 100101 1 10001111 1100001 1000110

Color Harmonies of #66FDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FDA0

Black with #66FDA0

Text Example


Text Example

White with #66FDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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