Html Css Color HEX #66ECAF Medium Aquamarine

📋 copy color: '#66ECAF'

red 102 ◦ green 236 ◦ blue 175

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

Shades of Medium Aquamarine #66ECAF

Tints of Medium Aquamarine #66ECAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 19.88%
G = 46%
B = 34.11%

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

#66ECAF (or 0x66ECAF) is known color: Medium Aquamarine. HEX triplet: 66, EC and AF. RGB value is (102,236,175). Sum of RGB (Red+Green+Blue) = 102+236+175=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ECAF is #991350. Grayscale: #BDBDBD. Windows color (decimal): -10031953 or 11529318. OLE color: 11529318.

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

Color convert

RGB 102 236 175 -
CMYK 0.57 0 0.26 0.07
HSL 152.69º 0.78% 0.66% -
HSV(B) 152.69º 0.57% 0.93% -
XYZ 43.21 65.91 51 -
YUV 188.98 120.11 65.96 -
System Red Green Blue C M Y K H S L
Decimal 102 236 175 0.57 0 0.26 0.07 152.69 0.78 0.66
Hex 66 EC AF 39 0 1A 7 99 4E 42
Octal 146 354 257 71 0 32 7 231 116 102
Binary 1100110 11101100 10101111 111001 0 11010 111 10011001 1001110 1000010

Color Harmonies of #66ECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ECAF

Black with #66ECAF

Text Example


Text Example

White with #66ECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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