Html Css Color HEX #66F9C7 Aquamarine

📋 copy color: '#66F9C7'

red 102 ◦ green 249 ◦ blue 199

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

Shades of Aquamarine #66F9C7

Tints of Aquamarine #66F9C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.18%

R = 18.55%
G = 45.27%
B = 36.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#66F9C7 (or 0x66F9C7) is known color: Aquamarine. HEX triplet: 66, F9 and C7. RGB value is (102,249,199). Sum of RGB (Red+Green+Blue) = 102+249+199=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F9C7 is #990638. Grayscale: #C7C7C7. Windows color (decimal): -10028601 or 13105510. OLE color: 13105510.

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

Color convert

RGB 102 249 199 -
CMYK 0.59 0 0.20 0.02
HSL 159.59º 0.92% 0.69% -
HSV(B) 159.59º 0.59% 0.98% -
XYZ 49.66 74.7 65.83 -
YUV 199.35 127.8 58.57 -
System Red Green Blue C M Y K H S L
Decimal 102 249 199 0.59 0 0.20 0.02 159.59 0.92 0.69
Hex 66 F9 C7 3B 0 14 2 A0 5C 45
Octal 146 371 307 73 0 24 2 240 134 105
Binary 1100110 11111001 11000111 111011 0 10100 10 10100000 1011100 1000101

Color Harmonies of #66F9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F9C7

Black with #66F9C7

Text Example


Text Example

White with #66F9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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