Html Css Color HEX #66F9DD Aquamarine

📋 copy color: '#66F9DD'

red 102 ◦ green 249 ◦ blue 221

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

Shades of Aquamarine #66F9DD

Tints of Aquamarine #66F9DD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.53%

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

R = 17.83%
G = 43.53%
B = 38.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#66F9DD (or 0x66F9DD) is known color: Aquamarine. HEX triplet: 66, F9 and DD. RGB value is (102,249,221). Sum of RGB (Red+Green+Blue) = 102+249+221=572 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.83% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F9DD is #990622. Grayscale: #C9C9C9. Windows color (decimal): -10028579 or 14547302. OLE color: 14547302.

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

Color convert

RGB 102 249 221 -
CMYK 0.59 0 0.11 0.02
HSL 168.57º 0.92% 0.69% -
HSV(B) 168.57º 0.59% 0.98% -
XYZ 52.41 75.8 80.27 -
YUV 201.86 138.8 56.78 -
System Red Green Blue C M Y K H S L
Decimal 102 249 221 0.59 0 0.11 0.02 168.57 0.92 0.69
Hex 66 F9 DD 3B 0 B 2 A9 5C 45
Octal 146 371 335 73 0 13 2 251 134 105
Binary 1100110 11111001 11011101 111011 0 1011 10 10101001 1011100 1000101

Color Harmonies of #66F9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F9DD

Black with #66F9DD

Text Example


Text Example

White with #66F9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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