Html Css Color HEX #66CAA2 Medium Aquamarine

📋 copy color: '#66CAA2'

red 102 ◦ green 202 ◦ blue 162

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

Shades of Medium Aquamarine #66CAA2

Tints of Medium Aquamarine #66CAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.76%

R = 21.89%
G = 43.35%
B = 34.76%

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

#66CAA2 (or 0x66CAA2) is known color: Medium Aquamarine. HEX triplet: 66, CA and A2. RGB value is (102,202,162). Sum of RGB (Red+Green+Blue) = 102+202+162=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAA2 is #99355D. Grayscale: #A7A7A7. Windows color (decimal): -10040670 or 10668646. OLE color: 10668646.

HSL color Cylindrical-coordinate representation of color #66CAA2: hue angle of 156º 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 #66CAA2 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 202 162 -
CMYK 0.50 0 0.20 0.21
HSL 156º 0.49% 0.6% -
HSV(B) 156º 0.5% 0.79% -
XYZ 33.12 47.67 41.64 -
YUV 167.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 102 202 162 0.50 0 0.20 0.21 156 0.49 0.6
Hex 66 CA A2 32 0 14 15 9C 31 3C
Octal 146 312 242 62 0 24 25 234 61 74
Binary 1100110 11001010 10100010 110010 0 10100 10101 10011100 110001 111100

Color Harmonies of #66CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CAA2

Black with #66CAA2

Text Example


Text Example

White with #66CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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