#66C8B2

Color #66C8B2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #66C8B2

Tints of Medium Aquamarine #66C8B2

Color information

#66C8B2 (or 0x66C8B2) is unknown color: approx Medium Aquamarine. HEX triplet: 66, C8 and B2. RGB value is (102,200,178). Sum of RGB (Red+Green+Blue) = 102+200+178=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #66C8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C8B2 is #99374D. Grayscale: #A8A8A8. Windows color (decimal): -10041166 or 11716710. OLE color: 11716710.

HSL color Cylindrical-coordinate representation of color #66C8B2: hue angle of 166.53º degrees, saturation: 0.47, 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 #66C8B2 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB102200178-
CMYK0.4900.110.22
HSL166.53º47.12%59.22%-
HSV(B)166.53º49%78.43%-
XYZ34.1747.3549.46-
YUV168.19133.5380.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.25%
GREEN value IS 200 (78.52% from 255) = 41.67%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=21.25%
G=41.67%
B=37.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1022001780.4900.110.22166.5347.1259.22
Hex66C8B2310B16a72f3b
Octal14631026261013262475773
Binary11001101100100010110010110001010111011010100111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,200,178); }

 H1.HeaderClassName
 {
   color: #66C8B2;
 }
 .AnyTagClassName
 {
   color: #66C8B2;
 }
</style>
background-color css

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

 a { background-color: rgb(102,200,178); }

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

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

 span { border-color: rgb(102,200,178); }

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