Html Css Color HEX #66F2DC Aquamarine

📋 copy color: '#66F2DC'

red 102 ◦ green 242 ◦ blue 220

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

Shades of Aquamarine #66F2DC

Tints of Aquamarine #66F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.91%

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

R = 18.09%
G = 42.91%
B = 39.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#66F2DC (or 0x66F2DC) is known color: Aquamarine. HEX triplet: 66, F2 and DC. RGB value is (102,242,220). Sum of RGB (Red+Green+Blue) = 102+242+220=564 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.09% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2DC is #990D23. Grayscale: #C5C5C5. Windows color (decimal): -10030372 or 14479974. OLE color: 14479974.

HSL color Cylindrical-coordinate representation of color #66F2DC: hue angle of 170.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F2DC is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 242 220 -
CMYK 0.58 0 0.09 0.05
HSL 170.57º 0.84% 0.67% -
HSV(B) 170.57º 0.58% 0.95% -
XYZ 50.15 71.5 78.87 -
YUV 197.63 140.62 59.79 -
System Red Green Blue C M Y K H S L
Decimal 102 242 220 0.58 0 0.09 0.05 170.57 0.84 0.67
Hex 66 F2 DC 3A 0 9 5 AB 54 43
Octal 146 362 334 72 0 11 5 253 124 103
Binary 1100110 11110010 11011100 111010 0 1001 101 10101011 1010100 1000011

Color Harmonies of #66F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2DC

Black with #66F2DC

Text Example


Text Example

White with #66F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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