Html Css Color HEX #66C7A1 Medium Aquamarine

📋 copy color: '#66C7A1'

red 102 ◦ green 199 ◦ blue 161

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

Shades of Medium Aquamarine #66C7A1

Tints of Medium Aquamarine #66C7A1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.07%

 BLUE value IS 161 (63.28% from 255) = 34.85%

R = 22.08%
G = 43.07%
B = 34.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#66C7A1 (or 0x66C7A1) is known color: Medium Aquamarine. HEX triplet: 66, C7 and A1. RGB value is (102,199,161). Sum of RGB (Red+Green+Blue) = 102+199+161=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #66C7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C7A1 is #99385E. Grayscale: #A5A5A5. Windows color (decimal): -10041439 or 10602342. OLE color: 10602342.

HSL color Cylindrical-coordinate representation of color #66C7A1: hue angle of 156.49º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C7A1 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 199 161 -
CMYK 0.49 0 0.19 0.22
HSL 156.49º 0.46% 0.59% -
HSV(B) 156.49º 0.49% 0.78% -
XYZ 32.34 46.24 40.94 -
YUV 165.67 125.36 82.59 -
System Red Green Blue C M Y K H S L
Decimal 102 199 161 0.49 0 0.19 0.22 156.49 0.46 0.59
Hex 66 C7 A1 31 0 13 16 9C 2E 3B
Octal 146 307 241 61 0 23 26 234 56 73
Binary 1100110 11000111 10100001 110001 0 10011 10110 10011100 101110 111011

Color Harmonies of #66C7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C7A1

Black with #66C7A1

Text Example


Text Example

White with #66C7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,199,161); }

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

background-color css

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

 a { background-color: rgb(102,199,161); }

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

border-color css

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

 span { border-color: rgb(102,199,161); }

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