#40ACA5

Color #40ACA5 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #40ACA5

Tints of Puerto Rico #40ACA5

Color information

#40ACA5 (or 0x40ACA5) is unknown color: approx Puerto Rico. HEX triplet: 40, AC and A5. RGB value is (64,172,165). Sum of RGB (Red+Green+Blue) = 64+172+165=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #40ACA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ACA5 is #BF535A. Grayscale: #8A8A8A. Windows color (decimal): -12538715 or 10857536. OLE color: 10857536.

HSL color Cylindrical-coordinate representation of color #40ACA5: hue angle of 176.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40ACA5 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB64172165-
CMYK0.6300.040.33
HSL176.11º45.76%46.27%-
HSV(B)176.11º62.79%67.45%-
XYZ23.6633.3140.78-
YUV138.91142.7274.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.96%
GREEN value IS 172 (67.58% from 255) = 42.89%
BLUE value IS 165 (64.84% from 255) = 41.15%
R=15.96%
G=42.89%
B=41.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641721650.6300.040.33176.1145.7646.27
Hex40ACA53F0421b02e2e
Octal1002542457704412605656
Binary10000001010110010100101111111010010000110110000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40ACA5; }

 p { color: rgb(64,172,165); }

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

<style>
 a { background-color: #40ACA5; }

 a { background-color: rgb(64,172,165); }

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

<style>
 span { border-color: #40ACA5; }

 span { border-color: rgb(64,172,165); }

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