#4FC3A4

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

Shades of Puerto Rico #4FC3A4

Tints of Puerto Rico #4FC3A4

Color information

#4FC3A4 (or 0x4FC3A4) is unknown color: approx Puerto Rico. HEX triplet: 4F, C3 and A4. RGB value is (79,195,164). Sum of RGB (Red+Green+Blue) = 79+195+164=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #4FC3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC3A4 is #B03C5B. Grayscale: #9C9C9C. Windows color (decimal): -11549788 or 10797903. OLE color: 10797903.

HSL color Cylindrical-coordinate representation of color #4FC3A4: hue angle of 163.97º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC3A4 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB79195164-
CMYK0.5900.160.24
HSL163.97º49.15%53.73%-
HSV(B)163.97º59.49%76.47%-
XYZ29.4443.3741.94-
YUV156.78132.0772.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.04%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=18.04%
G=44.52%
B=37.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal791951640.5900.160.24163.9749.1553.73
Hex4FC3A43B01018a43136
Octal11730324473020302446166
Binary100111111000011101001001110110100001100010100100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,195,164); }

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

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

 a { background-color: rgb(79,195,164); }

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

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

 span { border-color: rgb(79,195,164); }

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