#4ACAA5

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

Shades of Puerto Rico #4ACAA5

Tints of Puerto Rico #4ACAA5

Color information

#4ACAA5 (or 0x4ACAA5) is unknown color: approx Puerto Rico. HEX triplet: 4A, CA and A5. RGB value is (74,202,165). Sum of RGB (Red+Green+Blue) = 74+202+165=441 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.78% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACAA5 is #B5355A. Grayscale: #9F9F9F. Windows color (decimal): -11875675 or 10865226. OLE color: 10865226.

HSL color Cylindrical-coordinate representation of color #4ACAA5: hue angle of 162.66º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACAA5 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB74202165-
CMYK0.6300.180.21
HSL162.66º54.7%54.12%-
HSV(B)162.66º63.37%79.22%-
XYZ30.7446.4142.94-
YUV159.51131.0967.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.78%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=16.78%
G=45.80%
B=37.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021650.6300.180.21162.6654.754.12
Hex4ACAA53F01215a33736
Octal11231224577022252436766
Binary100101011001010101001011111110100101010110100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ACAA5; }

 p { color: rgb(74,202,165); }

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

<style>
 a { background-color: #4ACAA5; }

 a { background-color: rgb(74,202,165); }

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

<style>
 span { border-color: #4ACAA5; }

 span { border-color: rgb(74,202,165); }

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