#4FC6A5

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

Shades of Puerto Rico #4FC6A5

Tints of Puerto Rico #4FC6A5

Color information

#4FC6A5 (or 0x4FC6A5) is unknown color: approx Puerto Rico. HEX triplet: 4F, C6 and A5. RGB value is (79,198,165). Sum of RGB (Red+Green+Blue) = 79+198+165=442 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.87% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #4FC6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC6A5 is #B0395A. Grayscale: #9E9E9E. Windows color (decimal): -11549019 or 10864207. OLE color: 10864207.

HSL color Cylindrical-coordinate representation of color #4FC6A5: hue angle of 163.36º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC6A5 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB79198165-
CMYK0.6000.170.22
HSL163.36º51.07%54.31%-
HSV(B)163.36º60.1%77.65%-
XYZ30.2144.7742.65-
YUV158.66131.5871.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.87%
GREEN value IS 198 (77.73% from 255) = 44.80%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=17.87%
G=44.80%
B=37.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal791981650.6000.170.22163.3651.0754.31
Hex4FC6A53C01116a33336
Octal11730624574021262436366
Binary100111111000110101001011111000100011011010100011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,198,165); }

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

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

 a { background-color: rgb(79,198,165); }

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

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

 span { border-color: rgb(79,198,165); }

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