Html Css Color HEX #66FADD Aquamarine

📋 copy color: '#66FADD'

red 102 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #66FADD

Tints of Aquamarine #66FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 17.8%
G = 43.63%
B = 38.57%

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

#66FADD (or 0x66FADD) is known color: Aquamarine. HEX triplet: 66, FA and DD. RGB value is (102,250,221). Sum of RGB (Red+Green+Blue) = 102+250+221=573 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.80% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #66FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FADD is #990522. Grayscale: #CACACA. Windows color (decimal): -10028323 or 14547558. OLE color: 14547558.

HSL color Cylindrical-coordinate representation of color #66FADD: hue angle of 168.24º 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 #66FADD is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 250 221 -
CMYK 0.59 0 0.12 0.02
HSL 168.24º 0.94% 0.69% -
HSV(B) 168.24º 0.59% 0.98% -
XYZ 52.72 76.42 80.38 -
YUV 202.44 138.47 56.36 -
System Red Green Blue C M Y K H S L
Decimal 102 250 221 0.59 0 0.12 0.02 168.24 0.94 0.69
Hex 66 FA DD 3B 0 C 2 A8 5E 45
Octal 146 372 335 73 0 14 2 250 136 105
Binary 1100110 11111010 11011101 111011 0 1100 10 10101000 1011110 1000101

Color Harmonies of #66FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FADD

Black with #66FADD

Text Example


Text Example

White with #66FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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