Html Css Color HEX #66FFAD Aquamarine

📋 copy color: '#66FFAD'

red 102 ◦ green 255 ◦ blue 173

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

Shades of Aquamarine #66FFAD

Tints of Aquamarine #66FFAD

RGB

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

 GREEN value IS 255 (100% from 255) = 48.11%

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 19.25%
G = 48.11%
B = 32.64%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#66FFAD (or 0x66FFAD) is known color: Aquamarine. HEX triplet: 66, FF and AD. RGB value is (102,255,173). Sum of RGB (Red+Green+Blue) = 102+255+173=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFAD is #990052. Grayscale: #C8C8C8. Windows color (decimal): -10027091 or 11403110. OLE color: 11403110.

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

Color convert

RGB 102 255 173 -
CMYK 0.6 0 0.32 0
HSL 147.84º 1% 0.7% -
HSV(B) 147.84º 0.6% 1% -
XYZ 48.78 77.36 51.9 -
YUV 199.91 112.81 58.17 -
System Red Green Blue C M Y K H S L
Decimal 102 255 173 0.6 0 0.32 0 147.84 1 0.7
Hex 66 FF AD 3C 0 20 0 94 64 46
Octal 146 377 255 74 0 40 0 224 144 106
Binary 1100110 11111111 10101101 111100 0 100000 0 10010100 1100100 1000110

Color Harmonies of #66FFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FFAD

Black with #66FFAD

Text Example


Text Example

White with #66FFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,255,173); }

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

background-color css

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

 a { background-color: rgb(102,255,173); }

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

border-color css

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

 span { border-color: rgb(102,255,173); }

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