#4ACAA6

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

Shades of Puerto Rico #4ACAA6

Tints of Puerto Rico #4ACAA6

Color information

#4ACAA6 (or 0x4ACAA6) is unknown color: approx Puerto Rico. HEX triplet: 4A, CA and A6. RGB value is (74,202,166). Sum of RGB (Red+Green+Blue) = 74+202+166=442 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.74% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACAA6 is #B53559. Grayscale: #9F9F9F. Windows color (decimal): -11875674 or 10930762. OLE color: 10930762.

HSL color Cylindrical-coordinate representation of color #4ACAA6: hue angle of 163.12º 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 #4ACAA6 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB74202166-
CMYK0.6300.180.21
HSL163.12º54.7%54.12%-
HSV(B)163.12º63.37%79.22%-
XYZ30.8346.4543.42-
YUV159.62131.5966.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.74%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 166 (65.23% from 255) = 37.56%
R=16.74%
G=45.70%
B=37.56%

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
Decimal742021660.6300.180.21163.1254.754.12
Hex4ACAA63F01215a33736
Octal11231224677022252436766
Binary100101011001010101001101111110100101010110100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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