Html Css Color HEX #66FDDB Aquamarine

📋 copy color: '#66FDDB'

red 102 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #66FDDB

Tints of Aquamarine #66FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.08%

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

R = 17.77%
G = 44.08%
B = 38.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#66FDDB (or 0x66FDDB) is known color: Aquamarine. HEX triplet: 66, FD and DB. RGB value is (102,253,219). Sum of RGB (Red+Green+Blue) = 102+253+219=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FDDB is #990224. Grayscale: #CBCBCB. Windows color (decimal): -10027557 or 14417254. OLE color: 14417254.

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

Color convert

RGB 102 253 219 -
CMYK 0.60 0 0.13 0.01
HSL 166.49º 0.97% 0.7% -
HSV(B) 166.49º 0.6% 0.99% -
XYZ 53.39 78.19 79.3 -
YUV 203.98 136.47 55.26 -
System Red Green Blue C M Y K H S L
Decimal 102 253 219 0.60 0 0.13 0.01 166.49 0.97 0.7
Hex 66 FD DB 3C 0 D 1 A6 61 46
Octal 146 375 333 74 0 15 1 246 141 106
Binary 1100110 11111101 11011011 111100 0 1101 1 10100110 1100001 1000110

Color Harmonies of #66FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FDDB

Black with #66FDDB

Text Example


Text Example

White with #66FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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