Html Css Color HEX #66F3C7 Aquamarine

📋 copy color: '#66F3C7'

red 102 ◦ green 243 ◦ blue 199

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

Shades of Aquamarine #66F3C7

Tints of Aquamarine #66F3C7

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.67%

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

R = 18.75%
G = 44.67%
B = 36.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#66F3C7 (or 0x66F3C7) is known color: Aquamarine. HEX triplet: 66, F3 and C7. RGB value is (102,243,199). Sum of RGB (Red+Green+Blue) = 102+243+199=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F3C7 is #990C38. Grayscale: #C3C3C3. Windows color (decimal): -10030137 or 13103974. OLE color: 13103974.

HSL color Cylindrical-coordinate representation of color #66F3C7: hue angle of 161.28º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F3C7 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 243 199 -
CMYK 0.58 0 0.18 0.05
HSL 161.28º 0.85% 0.68% -
HSV(B) 161.28º 0.58% 0.95% -
XYZ 47.84 71.05 65.23 -
YUV 195.83 129.79 61.08 -
System Red Green Blue C M Y K H S L
Decimal 102 243 199 0.58 0 0.18 0.05 161.28 0.85 0.68
Hex 66 F3 C7 3A 0 12 5 A1 55 44
Octal 146 363 307 72 0 22 5 241 125 104
Binary 1100110 11110011 11000111 111010 0 10010 101 10100001 1010101 1000100

Color Harmonies of #66F3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F3C7

Black with #66F3C7

Text Example


Text Example

White with #66F3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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