#4BC1A5

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

Shades of Puerto Rico #4BC1A5

Tints of Puerto Rico #4BC1A5

Color information

#4BC1A5 (or 0x4BC1A5) is unknown color: approx Puerto Rico. HEX triplet: 4B, C1 and A5. RGB value is (75,193,165). Sum of RGB (Red+Green+Blue) = 75+193+165=433 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.32% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC1A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC1A5 is #B43E5A. Grayscale: #9A9A9A. Windows color (decimal): -11812443 or 10862923. OLE color: 10862923.

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

Color convert

RGB75193165-
CMYK0.6100.150.24
HSL165.76º48.76%52.55%-
HSV(B)165.76º61.14%75.69%-
XYZ28.7642.3542.26-
YUV154.53133.9171.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.32%
GREEN value IS 193 (75.78% from 255) = 44.57%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=17.32%
G=44.57%
B=38.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751931650.6100.150.24165.7648.7652.55
Hex4BC1A53D0F18a63135
Octal11330124575017302466165
Binary10010111100000110100101111101011111100010100110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,193,165); }

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

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

 a { background-color: rgb(75,193,165); }

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

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

 span { border-color: rgb(75,193,165); }

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