#66A98D

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

Shades of Acapulco #66A98D

Tints of Acapulco #66A98D

Color information

#66A98D (or 0x66A98D) is unknown color: approx Acapulco. HEX triplet: 66, A9 and 8D. RGB value is (102,169,141). Sum of RGB (Red+Green+Blue) = 102+169+141=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #66A98D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A98D is #995672. Grayscale: #919191. Windows color (decimal): -10049139 or 9283942. OLE color: 9283942.

HSL color Cylindrical-coordinate representation of color #66A98D: hue angle of 154.93º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A98D is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB102169141-
CMYK0.4000.170.34
HSL154.93º28.03%53.14%-
HSV(B)154.93º39.64%66.27%-
XYZ24.4833.1230.3-
YUV145.78125.396.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.76%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=24.76%
G=41.02%
B=34.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021691410.4000.170.34154.9328.0353.14
Hex66A98D28011229b1c35
Octal14625121550021422333465
Binary110011010101001100011011010000100011000101001101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,169,141); }

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

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

 a { background-color: rgb(102,169,141); }

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

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

 span { border-color: rgb(102,169,141); }

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