#65AD8D

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

Shades of Acapulco #65AD8D

Tints of Acapulco #65AD8D

Color information

#65AD8D (or 0x65AD8D) is unknown color: approx Acapulco. HEX triplet: 65, AD and 8D. RGB value is (101,173,141). Sum of RGB (Red+Green+Blue) = 101+173+141=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AD8D is #9A5272. Grayscale: #939393. Windows color (decimal): -10113651 or 9284965. OLE color: 9284965.

HSL color Cylindrical-coordinate representation of color #65AD8D: hue angle of 153.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AD8D is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB101173141-
CMYK0.4200.180.32
HSL153.33º30.51%53.73%-
HSV(B)153.33º41.62%67.84%-
XYZ25.1234.5830.55-
YUV147.82124.1594.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=24.34%
G=41.69%
B=33.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731410.4200.180.32153.3330.5153.73
Hex65AD8D2A01220991f36
Octal14525521552022402313766
Binary110010110101101100011011010100100101000001001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AD8D; }

 p { color: rgb(101,173,141); }

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

<style>
 a { background-color: #65AD8D; }

 a { background-color: rgb(101,173,141); }

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

<style>
 span { border-color: #65AD8D; }

 span { border-color: rgb(101,173,141); }

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