#4BC5A9

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

Shades of Puerto Rico #4BC5A9

Tints of Puerto Rico #4BC5A9

Color information

#4BC5A9 (or 0x4BC5A9) is unknown color: approx Puerto Rico. HEX triplet: 4B, C5 and A9. RGB value is (75,197,169). Sum of RGB (Red+Green+Blue) = 75+197+169=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC5A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC5A9 is #B43A56. Grayscale: #9D9D9D. Windows color (decimal): -11811415 or 11126091. OLE color: 11126091.

HSL color Cylindrical-coordinate representation of color #4BC5A9: hue angle of 166.23º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC5A9 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB75197169-
CMYK0.6200.140.23
HSL166.23º51.26%53.33%-
HSV(B)166.23º61.93%77.25%-
XYZ30.0344.2944.5-
YUV157.33134.5869.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.01%
GREEN value IS 197 (77.34% from 255) = 44.67%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=17.01%
G=44.67%
B=38.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal751971690.6200.140.23166.2351.2653.33
Hex4BC5A93E0E17a63335
Octal11330525176016272466365
Binary10010111100010110101001111110011101011110100110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,169); }

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

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

 a { background-color: rgb(75,197,169); }

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

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

 span { border-color: rgb(75,197,169); }

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