Html Css Color HEX #66EDB0 Medium Aquamarine

📋 copy color: '#66EDB0'

red 102 ◦ green 237 ◦ blue 176

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

Shades of Medium Aquamarine #66EDB0

Tints of Medium Aquamarine #66EDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.02%

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 19.81%
G = 46.02%
B = 34.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#66EDB0 (or 0x66EDB0) is known color: Medium Aquamarine. HEX triplet: 66, ED and B0. RGB value is (102,237,176). Sum of RGB (Red+Green+Blue) = 102+237+176=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EDB0 is #99124F. Grayscale: #BDBDBD. Windows color (decimal): -10031696 or 11595110. OLE color: 11595110.

HSL color Cylindrical-coordinate representation of color #66EDB0: hue angle of 152.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EDB0 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 237 176 -
CMYK 0.57 0 0.26 0.07
HSL 152.89º 0.79% 0.66% -
HSV(B) 152.89º 0.57% 0.93% -
XYZ 43.6 66.53 51.62 -
YUV 189.68 120.27 65.46 -
System Red Green Blue C M Y K H S L
Decimal 102 237 176 0.57 0 0.26 0.07 152.89 0.79 0.66
Hex 66 ED B0 39 0 1A 7 99 4F 42
Octal 146 355 260 71 0 32 7 231 117 102
Binary 1100110 11101101 10110000 111001 0 11010 111 10011001 1001111 1000010

Color Harmonies of #66EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EDB0

Black with #66EDB0

Text Example


Text Example

White with #66EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,237,176); }

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

background-color css

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

 a { background-color: rgb(102,237,176); }

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

border-color css

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

 span { border-color: rgb(102,237,176); }

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