Html Css Color HEX #66CA9E Medium Aquamarine

📋 copy color: '#66CA9E'

red 102 ◦ green 202 ◦ blue 158

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

Shades of Medium Aquamarine #66CA9E

Tints of Medium Aquamarine #66CA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 22.08%
G = 43.72%
B = 34.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#66CA9E (or 0x66CA9E) is known color: Medium Aquamarine. HEX triplet: 66, CA and 9E. RGB value is (102,202,158). Sum of RGB (Red+Green+Blue) = 102+202+158=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA9E is #993561. Grayscale: #A7A7A7. Windows color (decimal): -10040674 or 10406502. OLE color: 10406502.

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

Color convert

RGB 102 202 158 -
CMYK 0.50 0 0.22 0.21
HSL 153.6º 0.49% 0.6% -
HSV(B) 153.6º 0.5% 0.79% -
XYZ 32.77 47.53 39.8 -
YUV 167.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 102 202 158 0.50 0 0.22 0.21 153.6 0.49 0.6
Hex 66 CA 9E 32 0 16 15 9A 31 3C
Octal 146 312 236 62 0 26 25 232 61 74
Binary 1100110 11001010 10011110 110010 0 10110 10101 10011010 110001 111100

Color Harmonies of #66CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CA9E

Black with #66CA9E

Text Example


Text Example

White with #66CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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