#5CC49F

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

Shades of Puerto Rico #5CC49F

Tints of Puerto Rico #5CC49F

Color information

#5CC49F (or 0x5CC49F) is unknown color: approx Puerto Rico. HEX triplet: 5C, C4 and 9F. RGB value is (92,196,159). Sum of RGB (Red+Green+Blue) = 92+196+159=447 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.58% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #5CC49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC49F is #A33B60. Grayscale: #A0A0A0. Windows color (decimal): -10697569 or 10470492. OLE color: 10470492.

HSL color Cylindrical-coordinate representation of color #5CC49F: hue angle of 158.65º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC49F is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB92196159-
CMYK0.5300.190.23
HSL158.65º46.85%56.47%-
HSV(B)158.65º53.06%76.86%-
XYZ30.4144.2639.74-
YUV160.69127.0479.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.58%
GREEN value IS 196 (76.95% from 255) = 43.85%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=20.58%
G=43.85%
B=35.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal921961590.5300.190.23158.6546.8556.47
Hex5CC49F35013179f2f38
Octal13430423765023272375770
Binary101110011000100100111111101010100111011110011111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CC49F; }

 p { color: rgb(92,196,159); }

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

<style>
 a { background-color: #5CC49F; }

 a { background-color: rgb(92,196,159); }

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

<style>
 span { border-color: #5CC49F; }

 span { border-color: rgb(92,196,159); }

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