#4FB8A4

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

Shades of Puerto Rico #4FB8A4

Tints of Puerto Rico #4FB8A4

Color information

#4FB8A4 (or 0x4FB8A4) is unknown color: approx Puerto Rico. HEX triplet: 4F, B8 and A4. RGB value is (79,184,164). Sum of RGB (Red+Green+Blue) = 79+184+164=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB8A4 is #B0475B. Grayscale: #969696. Windows color (decimal): -11552604 or 10795087. OLE color: 10795087.

HSL color Cylindrical-coordinate representation of color #4FB8A4: hue angle of 168.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB8A4 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB79184164-
CMYK0.5700.110.28
HSL168.57º42.51%51.57%-
HSV(B)168.57º57.07%72.16%-
XYZ27.0738.6241.15-
YUV150.32135.7177.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.50%
GREEN value IS 184 (72.27% from 255) = 43.09%
BLUE value IS 164 (64.45% from 255) = 38.41%
R=18.50%
G=43.09%
B=38.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal791841640.5700.110.28168.5742.5151.57
Hex4FB8A4390B1Ca92b34
Octal11727024471013342515364
Binary10011111011100010100100111001010111110010101001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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