Html Css Color HEX #66EA94 Medium Aquamarine

📋 copy color: '#66EA94'

red 102 ◦ green 234 ◦ blue 148

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

Shades of Medium Aquamarine #66EA94

Tints of Medium Aquamarine #66EA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 21.07%
G = 48.35%
B = 30.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#66EA94 (or 0x66EA94) is known color: Medium Aquamarine. HEX triplet: 66, EA and 94. RGB value is (102,234,148). Sum of RGB (Red+Green+Blue) = 102+234+148=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EA94 is #99156B. Grayscale: #B8B8B8. Windows color (decimal): -10032492 or 9759334. OLE color: 9759334.

HSL color Cylindrical-coordinate representation of color #66EA94: hue angle of 140.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 #66EA94 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 234 148 -
CMYK 0.56 0 0.37 0.08
HSL 140.91º 0.76% 0.66% -
HSV(B) 140.91º 0.56% 0.92% -
XYZ 40.25 63.81 38.21 -
YUV 184.73 107.27 68.99 -
System Red Green Blue C M Y K H S L
Decimal 102 234 148 0.56 0 0.37 0.08 140.91 0.76 0.66
Hex 66 EA 94 38 0 25 8 8D 4C 42
Octal 146 352 224 70 0 45 10 215 114 102
Binary 1100110 11101010 10010100 111000 0 100101 1000 10001101 1001100 1000010

Color Harmonies of #66EA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EA94

Black with #66EA94

Text Example


Text Example

White with #66EA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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