#4FC5AB

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

Shades of Puerto Rico #4FC5AB

Tints of Puerto Rico #4FC5AB

Color information

#4FC5AB (or 0x4FC5AB) is unknown color: approx Puerto Rico. HEX triplet: 4F, C5 and AB. RGB value is (79,197,171). Sum of RGB (Red+Green+Blue) = 79+197+171=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC5AB is #B03A54. Grayscale: #9E9E9E. Windows color (decimal): -11549269 or 11257167. OLE color: 11257167.

HSL color Cylindrical-coordinate representation of color #4FC5AB: hue angle of 166.78º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC5AB is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB79197171-
CMYK0.6000.130.23
HSL166.78º50.43%54.12%-
HSV(B)166.78º59.9%77.25%-
XYZ30.5444.5445.51-
YUV158.75134.9171.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.67%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=17.67%
G=44.07%
B=38.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal791971710.6000.130.23166.7850.4354.12
Hex4FC5AB3C0D17a73236
Octal11730525374015272476266
Binary10011111100010110101011111100011011011110100111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,197,171); }

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

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

 a { background-color: rgb(79,197,171); }

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

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

 span { border-color: rgb(79,197,171); }

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