Html Css Color HEX #66F89F Medium Aquamarine

📋 copy color: '#66F89F'

red 102 ◦ green 248 ◦ blue 159

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

Shades of Medium Aquamarine #66F89F

Tints of Medium Aquamarine #66F89F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.72%

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 20.04%
G = 48.72%
B = 31.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#66F89F (or 0x66F89F) is known color: Medium Aquamarine. HEX triplet: 66, F8 and 9F. RGB value is (102,248,159). Sum of RGB (Red+Green+Blue) = 102+248+159=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #66F89F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F89F is #990760. Grayscale: #C2C2C2. Windows color (decimal): -10028897 or 10483814. OLE color: 10483814.

HSL color Cylindrical-coordinate representation of color #66F89F: hue angle of 143.42º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F89F is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 248 159 -
CMYK 0.59 0 0.36 0.03
HSL 143.42º 0.91% 0.69% -
HSV(B) 143.42º 0.59% 0.97% -
XYZ 45.3 72.46 44.4 -
YUV 194.2 108.13 62.24 -
System Red Green Blue C M Y K H S L
Decimal 102 248 159 0.59 0 0.36 0.03 143.42 0.91 0.69
Hex 66 F8 9F 3B 0 24 3 8F 5B 45
Octal 146 370 237 73 0 44 3 217 133 105
Binary 1100110 11111000 10011111 111011 0 100100 11 10001111 1011011 1000101

Color Harmonies of #66F89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F89F

Black with #66F89F

Text Example


Text Example

White with #66F89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,248,159); }

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

background-color css

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

 a { background-color: rgb(102,248,159); }

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

border-color css

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

 span { border-color: rgb(102,248,159); }

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