Html Css Color HEX #66EA9F Medium Aquamarine

📋 copy color: '#66EA9F'

red 102 ◦ green 234 ◦ blue 159

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

Shades of Medium Aquamarine #66EA9F

Tints of Medium Aquamarine #66EA9F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.27%

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

R = 20.61%
G = 47.27%
B = 32.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#66EA9F (or 0x66EA9F) is known color: Medium Aquamarine. HEX triplet: 66, EA and 9F. RGB value is (102,234,159). Sum of RGB (Red+Green+Blue) = 102+234+159=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EA9F is #991560. Grayscale: #BABABA. Windows color (decimal): -10032481 or 10480230. OLE color: 10480230.

HSL color Cylindrical-coordinate representation of color #66EA9F: hue angle of 145.91º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EA9F is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 234 159 -
CMYK 0.56 0 0.32 0.08
HSL 145.91º 0.76% 0.66% -
HSV(B) 145.91º 0.56% 0.92% -
XYZ 41.16 64.17 43.02 -
YUV 185.98 112.77 68.1 -
System Red Green Blue C M Y K H S L
Decimal 102 234 159 0.56 0 0.32 0.08 145.91 0.76 0.66
Hex 66 EA 9F 38 0 20 8 92 4C 42
Octal 146 352 237 70 0 40 10 222 114 102
Binary 1100110 11101010 10011111 111000 0 100000 1000 10010010 1001100 1000010

Color Harmonies of #66EA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EA9F

Black with #66EA9F

Text Example


Text Example

White with #66EA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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