Html Css Color HEX #66EFB1 Medium Aquamarine

📋 copy color: '#66EFB1'

red 102 ◦ green 239 ◦ blue 177

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

Shades of Medium Aquamarine #66EFB1

Tints of Medium Aquamarine #66EFB1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.14%

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 19.69%
G = 46.14%
B = 34.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#66EFB1 (or 0x66EFB1) is known color: Medium Aquamarine. HEX triplet: 66, EF and B1. RGB value is (102,239,177). Sum of RGB (Red+Green+Blue) = 102+239+177=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EFB1 is #99104E. Grayscale: #BFBFBF. Windows color (decimal): -10031183 or 11661158. OLE color: 11661158.

HSL color Cylindrical-coordinate representation of color #66EFB1: hue angle of 152.85º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFB1 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 239 177 -
CMYK 0.57 0 0.26 0.06
HSL 152.85º 0.81% 0.67% -
HSV(B) 152.85º 0.57% 0.94% -
XYZ 44.28 67.73 52.33 -
YUV 190.97 120.11 64.54 -
System Red Green Blue C M Y K H S L
Decimal 102 239 177 0.57 0 0.26 0.06 152.85 0.81 0.67
Hex 66 EF B1 39 0 1A 6 99 51 43
Octal 146 357 261 71 0 32 6 231 121 103
Binary 1100110 11101111 10110001 111001 0 11010 110 10011001 1010001 1000011

Color Harmonies of #66EFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EFB1

Black with #66EFB1

Text Example


Text Example

White with #66EFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,239,177); }

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

background-color css

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

 a { background-color: rgb(102,239,177); }

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

border-color css

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

 span { border-color: rgb(102,239,177); }

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