Html Css Color HEX #66F2D6 Aquamarine

📋 copy color: '#66F2D6'

red 102 ◦ green 242 ◦ blue 214

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

Shades of Aquamarine #66F2D6

Tints of Aquamarine #66F2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.35%

R = 18.28%
G = 43.37%
B = 38.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#66F2D6 (or 0x66F2D6) is known color: Aquamarine. HEX triplet: 66, F2 and D6. RGB value is (102,242,214). Sum of RGB (Red+Green+Blue) = 102+242+214=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2D6 is #990D29. Grayscale: #C4C4C4. Windows color (decimal): -10030378 or 14086758. OLE color: 14086758.

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

Color convert

RGB 102 242 214 -
CMYK 0.58 0 0.12 0.05
HSL 168º 0.84% 0.67% -
HSV(B) 168º 0.58% 0.95% -
XYZ 49.37 71.18 74.76 -
YUV 196.95 137.62 60.28 -
System Red Green Blue C M Y K H S L
Decimal 102 242 214 0.58 0 0.12 0.05 168 0.84 0.67
Hex 66 F2 D6 3A 0 C 5 A8 54 43
Octal 146 362 326 72 0 14 5 250 124 103
Binary 1100110 11110010 11010110 111010 0 1100 101 10101000 1010100 1000011

Color Harmonies of #66F2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2D6

Black with #66F2D6

Text Example


Text Example

White with #66F2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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