Html Css Color HEX #66C1AD Medium Aquamarine

📋 copy color: '#66C1AD'

red 102 ◦ green 193 ◦ blue 173

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

Shades of Medium Aquamarine #66C1AD

Tints of Medium Aquamarine #66C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.24%

 BLUE value IS 173 (67.97% from 255) = 36.97%

R = 21.79%
G = 41.24%
B = 36.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#66C1AD (or 0x66C1AD) is known color: Medium Aquamarine. HEX triplet: 66, C1 and AD. RGB value is (102,193,173). Sum of RGB (Red+Green+Blue) = 102+193+173=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #66C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C1AD is #993E52. Grayscale: #A3A3A3. Windows color (decimal): -10042963 or 11387238. OLE color: 11387238.

HSL color Cylindrical-coordinate representation of color #66C1AD: hue angle of 166.81º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C1AD is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 193 173 -
CMYK 0.47 0 0.10 0.24
HSL 166.81º 0.42% 0.58% -
HSV(B) 166.81º 0.47% 0.76% -
XYZ 32.09 43.98 46.33 -
YUV 163.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 102 193 173 0.47 0 0.10 0.24 166.81 0.42 0.58
Hex 66 C1 AD 2F 0 A 18 A7 2A 3A
Octal 146 301 255 57 0 12 30 247 52 72
Binary 1100110 11000001 10101101 101111 0 1010 11000 10100111 101010 111010

Color Harmonies of #66C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C1AD

Black with #66C1AD

Text Example


Text Example

White with #66C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,193,173); }

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

background-color css

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

 a { background-color: rgb(102,193,173); }

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

border-color css

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

 span { border-color: rgb(102,193,173); }

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