Html Css Color HEX #66CAA1 Medium Aquamarine

📋 copy color: '#66CAA1'

red 102 ◦ green 202 ◦ blue 161

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

Shades of Medium Aquamarine #66CAA1

Tints of Medium Aquamarine #66CAA1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

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

R = 21.94%
G = 43.44%
B = 34.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#66CAA1 (or 0x66CAA1) is known color: Medium Aquamarine. HEX triplet: 66, CA and A1. RGB value is (102,202,161). Sum of RGB (Red+Green+Blue) = 102+202+161=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAA1 is #99355E. Grayscale: #A7A7A7. Windows color (decimal): -10040671 or 10603110. OLE color: 10603110.

HSL color Cylindrical-coordinate representation of color #66CAA1: hue angle of 155.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CAA1 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 202 161 -
CMYK 0.50 0 0.20 0.21
HSL 155.4º 0.49% 0.6% -
HSV(B) 155.4º 0.5% 0.79% -
XYZ 33.03 47.64 41.17 -
YUV 167.43 124.37 81.33 -
System Red Green Blue C M Y K H S L
Decimal 102 202 161 0.50 0 0.20 0.21 155.4 0.49 0.6
Hex 66 CA A1 32 0 14 15 9B 31 3C
Octal 146 312 241 62 0 24 25 233 61 74
Binary 1100110 11001010 10100001 110010 0 10100 10101 10011011 110001 111100

Color Harmonies of #66CAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CAA1

Black with #66CAA1

Text Example


Text Example

White with #66CAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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