Html Css Color HEX #66EAB0 Medium Aquamarine

📋 copy color: '#66EAB0'

red 102 ◦ green 234 ◦ blue 176

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

Shades of Medium Aquamarine #66EAB0

Tints of Medium Aquamarine #66EAB0

RGB

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

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

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

R = 19.92%
G = 45.7%
B = 34.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#66EAB0 (or 0x66EAB0) is known color: Medium Aquamarine. HEX triplet: 66, EA and B0. RGB value is (102,234,176). Sum of RGB (Red+Green+Blue) = 102+234+176=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #66EAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EAB0 is #99154F. Grayscale: #BCBCBC. Windows color (decimal): -10032464 or 11594342. OLE color: 11594342.

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

Color convert

RGB 102 234 176 -
CMYK 0.56 0 0.25 0.08
HSL 153.64º 0.76% 0.66% -
HSV(B) 153.64º 0.56% 0.92% -
XYZ 42.74 64.81 51.33 -
YUV 187.92 121.27 66.72 -
System Red Green Blue C M Y K H S L
Decimal 102 234 176 0.56 0 0.25 0.08 153.64 0.76 0.66
Hex 66 EA B0 38 0 19 8 9A 4C 42
Octal 146 352 260 70 0 31 10 232 114 102
Binary 1100110 11101010 10110000 111000 0 11001 1000 10011010 1001100 1000010

Color Harmonies of #66EAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EAB0

Black with #66EAB0

Text Example


Text Example

White with #66EAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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