#4FCDA0

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

Shades of Puerto Rico #4FCDA0

Tints of Puerto Rico #4FCDA0

Color information

#4FCDA0 (or 0x4FCDA0) is unknown color: approx Puerto Rico. HEX triplet: 4F, CD and A0. RGB value is (79,205,160). Sum of RGB (Red+Green+Blue) = 79+205+160=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCDA0 is #B0325F. Grayscale: #A2A2A2. Windows color (decimal): -11547232 or 10538319. OLE color: 10538319.

HSL color Cylindrical-coordinate representation of color #4FCDA0: hue angle of 158.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCDA0 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB79205160-
CMYK0.6100.220.20
HSL158.57º55.75%55.69%-
HSV(B)158.57º61.46%80.39%-
XYZ31.447.8640.84-
YUV162.2126.7668.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.79%
GREEN value IS 205 (80.47% from 255) = 46.17%
BLUE value IS 160 (62.89% from 255) = 36.04%
R=17.79%
G=46.17%
B=36.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal792051600.6100.220.20158.5755.7555.69
Hex4FCDA03D016149f3838
Octal11731524075026242377070
Binary100111111001101101000001111010101101010010011111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,205,160); }

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

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

 a { background-color: rgb(79,205,160); }

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

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

 span { border-color: rgb(79,205,160); }

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