Html Css Color HEX #66ECB0 Medium Aquamarine

📋 copy color: '#66ECB0'

red 102 ◦ green 236 ◦ blue 176

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

Shades of Medium Aquamarine #66ECB0

Tints of Medium Aquamarine #66ECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.91%

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

R = 19.84%
G = 45.91%
B = 34.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#66ECB0 (or 0x66ECB0) is known color: Medium Aquamarine. HEX triplet: 66, EC and B0. RGB value is (102,236,176). Sum of RGB (Red+Green+Blue) = 102+236+176=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ECB0 is #99134F. Grayscale: #BDBDBD. Windows color (decimal): -10031952 or 11594854. OLE color: 11594854.

HSL color Cylindrical-coordinate representation of color #66ECB0: hue angle of 153.13º degrees, saturation: 0.78, 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 #66ECB0 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 236 176 -
CMYK 0.57 0 0.25 0.07
HSL 153.13º 0.78% 0.66% -
HSV(B) 153.13º 0.57% 0.93% -
XYZ 43.31 65.95 51.52 -
YUV 189.09 120.61 65.88 -
System Red Green Blue C M Y K H S L
Decimal 102 236 176 0.57 0 0.25 0.07 153.13 0.78 0.66
Hex 66 EC B0 39 0 19 7 99 4E 42
Octal 146 354 260 71 0 31 7 231 116 102
Binary 1100110 11101100 10110000 111001 0 11001 111 10011001 1001110 1000010

Color Harmonies of #66ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ECB0

Black with #66ECB0

Text Example


Text Example

White with #66ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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