#4ACCA6

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

Shades of Puerto Rico #4ACCA6

Tints of Puerto Rico #4ACCA6

Color information

#4ACCA6 (or 0x4ACCA6) is unknown color: approx Puerto Rico. HEX triplet: 4A, CC and A6. RGB value is (74,204,166). Sum of RGB (Red+Green+Blue) = 74+204+166=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACCA6 is #B53359. Grayscale: #A0A0A0. Windows color (decimal): -11875162 or 10931274. OLE color: 10931274.

HSL color Cylindrical-coordinate representation of color #4ACCA6: hue angle of 162.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACCA6 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB74204166-
CMYK0.6400.190.2
HSL162.46º56.03%54.51%-
HSV(B)162.46º63.73%80%-
XYZ31.347.3943.57-
YUV160.8130.9366.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.67%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 166 (65.23% from 255) = 37.39%
R=16.67%
G=45.95%
B=37.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal742041660.6400.190.2162.4656.0354.51
Hex4ACCA64001314a23837
Octal112314246100023242427067
Binary1001010110011001010011010000000100111010010100010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,204,166); }

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

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

 a { background-color: rgb(74,204,166); }

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

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

 span { border-color: rgb(74,204,166); }

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