#4FC8A5

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

Shades of Puerto Rico #4FC8A5

Tints of Puerto Rico #4FC8A5

Color information

#4FC8A5 (or 0x4FC8A5) is unknown color: approx Puerto Rico. HEX triplet: 4F, C8 and A5. RGB value is (79,200,165). Sum of RGB (Red+Green+Blue) = 79+200+165=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #4FC8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC8A5 is #B0375A. Grayscale: #9F9F9F. Windows color (decimal): -11548507 or 10864719. OLE color: 10864719.

HSL color Cylindrical-coordinate representation of color #4FC8A5: hue angle of 162.64º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FC8A5 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB79200165-
CMYK0.6000.180.22
HSL162.64º52.38%54.71%-
HSV(B)162.64º60.5%78.43%-
XYZ30.6745.6942.8-
YUV159.83130.9170.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.79%
GREEN value IS 200 (78.52% from 255) = 45.05%
BLUE value IS 165 (64.84% from 255) = 37.16%
R=17.79%
G=45.05%
B=37.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal792001650.6000.180.22162.6452.3854.71
Hex4FC8A53C01216a33437
Octal11731024574022262436467
Binary100111111001000101001011111000100101011010100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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