Html Css Color HEX #66F9AF Medium Aquamarine

📋 copy color: '#66F9AF'

red 102 ◦ green 249 ◦ blue 175

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

Shades of Medium Aquamarine #66F9AF

Tints of Medium Aquamarine #66F9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 19.39%
G = 47.34%
B = 33.27%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#66F9AF (or 0x66F9AF) is known color: Medium Aquamarine. HEX triplet: 66, F9 and AF. RGB value is (102,249,175). Sum of RGB (Red+Green+Blue) = 102+249+175=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F9AF is #990650. Grayscale: #C4C4C4. Windows color (decimal): -10028625 or 11532646. OLE color: 11532646.

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

Color convert

RGB 102 249 175 -
CMYK 0.59 0 0.30 0.02
HSL 149.8º 0.92% 0.69% -
HSV(B) 149.8º 0.59% 0.98% -
XYZ 47.09 73.67 52.3 -
YUV 196.61 115.8 60.52 -
System Red Green Blue C M Y K H S L
Decimal 102 249 175 0.59 0 0.30 0.02 149.8 0.92 0.69
Hex 66 F9 AF 3B 0 1E 2 96 5C 45
Octal 146 371 257 73 0 36 2 226 134 105
Binary 1100110 11111001 10101111 111011 0 11110 10 10010110 1011100 1000101

Color Harmonies of #66F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F9AF

Black with #66F9AF

Text Example


Text Example

White with #66F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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