Html Css Color HEX #66FADC Aquamarine

📋 copy color: '#66FADC'

red 102 ◦ green 250 ◦ blue 220

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

Shades of Aquamarine #66FADC

Tints of Aquamarine #66FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.71%

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 17.83%
G = 43.71%
B = 38.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#66FADC (or 0x66FADC) is known color: Aquamarine. HEX triplet: 66, FA and DC. RGB value is (102,250,220). Sum of RGB (Red+Green+Blue) = 102+250+220=572 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.83% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #66FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FADC is #990523. Grayscale: #CACACA. Windows color (decimal): -10028324 or 14482022. OLE color: 14482022.

HSL color Cylindrical-coordinate representation of color #66FADC: hue angle of 167.84º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66FADC is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 250 220 -
CMYK 0.59 0 0.12 0.02
HSL 167.84º 0.94% 0.69% -
HSV(B) 167.84º 0.59% 0.98% -
XYZ 52.58 76.36 79.68 -
YUV 202.33 137.97 56.44 -
System Red Green Blue C M Y K H S L
Decimal 102 250 220 0.59 0 0.12 0.02 167.84 0.94 0.69
Hex 66 FA DC 3B 0 C 2 A8 5E 45
Octal 146 372 334 73 0 14 2 250 136 105
Binary 1100110 11111010 11011100 111011 0 1100 10 10101000 1011110 1000101

Color Harmonies of #66FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FADC

Black with #66FADC

Text Example


Text Example

White with #66FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,250,220); }

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

background-color css

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

 a { background-color: rgb(102,250,220); }

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

border-color css

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

 span { border-color: rgb(102,250,220); }

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