#4ac5ac

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

Shades of Puerto Rico #4AC5AC

Tints of Puerto Rico #4AC5AC

Color information

#4AC5AC (or 0x4AC5AC) is unknown color: approx Puerto Rico. HEX triplet: 4A, C5 and AC. RGB value is (74,197,172). Sum of RGB (Red+Green+Blue) = 74+197+172=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC5AC is #B53A53. Grayscale: #9D9D9D. Windows color (decimal): -11876948 or 11322698. OLE color: 11322698.

HSL color Cylindrical-coordinate representation of color #4AC5AC: hue angle of 167.8º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC5AC is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB74197172-
CMYK0.6200.130.23
HSL167.8º51.46%53.14%-
HSV(B)167.8º62.44%77.25%-
XYZ30.2444.3746-
YUV157.37136.2568.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.70%
GREEN value IS 197 (77.34% from 255) = 44.47%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=16.70%
G=44.47%
B=38.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal741971720.6200.130.23167.851.4653.14
Hex4AC5AC3E0D17a83335
Octal11230525476015272506365
Binary10010101100010110101100111110011011011110101000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ac5ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,197,172); }

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

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

 a { background-color: rgb(74,197,172); }

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

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

 span { border-color: rgb(74,197,172); }

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