#4FACA3

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

Shades of Puerto Rico #4FACA3

Tints of Puerto Rico #4FACA3

Color information

#4FACA3 (or 0x4FACA3) is unknown color: approx Puerto Rico. HEX triplet: 4F, AC and A3. RGB value is (79,172,163). Sum of RGB (Red+Green+Blue) = 79+172+163=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #4FACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FACA3 is #B0535C. Grayscale: #8F8F8F. Windows color (decimal): -11555677 or 10726479. OLE color: 10726479.

HSL color Cylindrical-coordinate representation of color #4FACA3: hue angle of 174.19º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FACA3 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB79172163-
CMYK0.5400.050.33
HSL174.19º37.05%49.22%-
HSV(B)174.19º54.07%67.45%-
XYZ24.5933.8139.88-
YUV143.17139.1982.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.08%
GREEN value IS 172 (67.58% from 255) = 41.55%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=19.08%
G=41.55%
B=39.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791721630.5400.050.33174.1937.0549.22
Hex4FACA3360521ae2531
Octal1172542436605412564561
Binary10011111010110010100011110110010110000110101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,172,163); }

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

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

 a { background-color: rgb(79,172,163); }

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

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

 span { border-color: rgb(79,172,163); }

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