#65A990

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

Shades of Acapulco #65A990

Tints of Acapulco #65A990

Color information

#65A990 (or 0x65A990) is unknown color: approx Acapulco. HEX triplet: 65, A9 and 90. RGB value is (101,169,144). Sum of RGB (Red+Green+Blue) = 101+169+144=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #65A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A990 is #9A566F. Grayscale: #919191. Windows color (decimal): -10114672 or 9480549. OLE color: 9480549.

HSL color Cylindrical-coordinate representation of color #65A990: hue angle of 157.94º 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 #65A990 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB101169144-
CMYK0.4000.150.34
HSL157.94º28.33%52.94%-
HSV(B)157.94º40.24%66.27%-
XYZ24.5933.1631.49-
YUV145.82126.9796.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.40%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=24.40%
G=40.82%
B=34.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011691440.4000.150.34157.9428.3352.94
Hex65A990280F229e1c35
Octal14525122050017422363465
Binary11001011010100110010000101000011111000101001111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,169,144); }

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

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

 a { background-color: rgb(101,169,144); }

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

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

 span { border-color: rgb(101,169,144); }

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