#4FB29C

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

Shades of Puerto Rico #4FB29C

Tints of Puerto Rico #4FB29C

Color information

#4FB29C (or 0x4FB29C) is unknown color: approx Puerto Rico. HEX triplet: 4F, B2 and 9C. RGB value is (79,178,156). Sum of RGB (Red+Green+Blue) = 79+178+156=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB29C is #B04D63. Grayscale: #919191. Windows color (decimal): -11554148 or 10269263. OLE color: 10269263.

HSL color Cylindrical-coordinate representation of color #4FB29C: hue angle of 166.67º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB29C is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB79178156-
CMYK0.5600.120.30
HSL166.67º39.13%50.39%-
HSV(B)166.67º55.62%69.8%-
XYZ25.1535.937.06-
YUV145.89133.780.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.13%
GREEN value IS 178 (69.92% from 255) = 43.10%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=19.13%
G=43.10%
B=37.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791781560.5600.120.30166.6739.1350.39
Hex4FB29C380C1Ea72732
Octal11726223470014362474762
Binary10011111011001010011100111000011001111010100111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,178,156); }

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

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

 a { background-color: rgb(79,178,156); }

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

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

 span { border-color: rgb(79,178,156); }

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