Html Css Color HEX #66FEDB Aquamarine

📋 copy color: '#66FEDB'

red 102 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #66FEDB

Tints of Aquamarine #66FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.17%

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 17.74%
G = 44.17%
B = 38.09%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#66FEDB (or 0x66FEDB) is known color: Aquamarine. HEX triplet: 66, FE and DB. RGB value is (102,254,219). Sum of RGB (Red+Green+Blue) = 102+254+219=575 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.74% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FEDB is #990124. Grayscale: #CCCCCC. Windows color (decimal): -10027301 or 14417510. OLE color: 14417510.

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

Color convert

RGB 102 254 219 -
CMYK 0.60 0 0.14 0.00
HSL 166.18º 0.99% 0.7% -
HSV(B) 166.18º 0.6% 1% -
XYZ 53.71 78.82 79.4 -
YUV 204.56 136.14 54.85 -
System Red Green Blue C M Y K H S L
Decimal 102 254 219 0.60 0 0.14 0.00 166.18 0.99 0.7
Hex 66 FE DB 3C 0 E 0 A6 63 46
Octal 146 376 333 74 0 16 0 246 143 106
Binary 1100110 11111110 11011011 111100 0 1110 0 10100110 1100011 1000110

Color Harmonies of #66FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FEDB

Black with #66FEDB

Text Example


Text Example

White with #66FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,254,219); }

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

background-color css

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

 a { background-color: rgb(102,254,219); }

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

border-color css

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

 span { border-color: rgb(102,254,219); }

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