#42ACA9

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

Shades of Puerto Rico #42ACA9

Tints of Puerto Rico #42ACA9

Color information

#42ACA9 (or 0x42ACA9) is unknown color: approx Puerto Rico. HEX triplet: 42, AC and A9. RGB value is (66,172,169). Sum of RGB (Red+Green+Blue) = 66+172+169=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #42ACA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42ACA9 is #BD5356. Grayscale: #8B8B8B. Windows color (decimal): -12407639 or 11119682. OLE color: 11119682.

HSL color Cylindrical-coordinate representation of color #42ACA9: hue angle of 178.3º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42ACA9 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB66172169-
CMYK0.6200.020.33
HSL178.3º44.54%46.67%-
HSV(B)178.3º61.63%67.45%-
XYZ24.1633.5342.73-
YUV139.96144.3875.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.22%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 169 (66.41% from 255) = 41.52%
R=16.22%
G=42.26%
B=41.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661721690.6200.020.33178.344.5446.67
Hex42ACA93E0221b22d2f
Octal1022542517602412625557
Binary1000010101011001010100111111001010000110110010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42ACA9; }

 p { color: rgb(66,172,169); }

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

<style>
 a { background-color: #42ACA9; }

 a { background-color: rgb(66,172,169); }

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

<style>
 span { border-color: #42ACA9; }

 span { border-color: rgb(66,172,169); }

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