Html Css Color HEX #66FDA3 Medium Aquamarine

📋 copy color: '#66FDA3'

red 102 ◦ green 253 ◦ blue 163

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

Shades of Medium Aquamarine #66FDA3

Tints of Medium Aquamarine #66FDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.47%

R = 19.69%
G = 48.84%
B = 31.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#66FDA3 (or 0x66FDA3) is known color: Medium Aquamarine. HEX triplet: 66, FD and A3. RGB value is (102,253,163). Sum of RGB (Red+Green+Blue) = 102+253+163=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FDA3 is #99025C. Grayscale: #C5C5C5. Windows color (decimal): -10027613 or 10747238. OLE color: 10747238.

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

Color convert

RGB 102 253 163 -
CMYK 0.60 0 0.36 0.01
HSL 144.24º 0.97% 0.7% -
HSV(B) 144.24º 0.6% 0.99% -
XYZ 47.22 75.72 46.78 -
YUV 197.59 108.47 59.82 -
System Red Green Blue C M Y K H S L
Decimal 102 253 163 0.60 0 0.36 0.01 144.24 0.97 0.7
Hex 66 FD A3 3C 0 24 1 90 61 46
Octal 146 375 243 74 0 44 1 220 141 106
Binary 1100110 11111101 10100011 111100 0 100100 1 10010000 1100001 1000110

Color Harmonies of #66FDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FDA3

Black with #66FDA3

Text Example


Text Example

White with #66FDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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