#4DBEA1

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

Shades of Puerto Rico #4DBEA1

Tints of Puerto Rico #4DBEA1

Color information

#4DBEA1 (or 0x4DBEA1) is unknown color: approx Puerto Rico. HEX triplet: 4D, BE and A1. RGB value is (77,190,161). Sum of RGB (Red+Green+Blue) = 77+190+161=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBEA1 is #B2415E. Grayscale: #989898. Windows color (decimal): -11682143 or 10600013. OLE color: 10600013.

HSL color Cylindrical-coordinate representation of color #4DBEA1: hue angle of 164.6º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBEA1 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB77190161-
CMYK0.5900.150.25
HSL164.6º46.5%52.35%-
HSV(B)164.6º59.47%74.51%-
XYZ27.9140.9840.16-
YUV152.91132.5673.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.99%
GREEN value IS 190 (74.61% from 255) = 44.39%
BLUE value IS 161 (63.28% from 255) = 37.62%
R=17.99%
G=44.39%
B=37.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771901610.5900.150.25164.646.552.35
Hex4DBEA13B0F19a52f34
Octal11527624173017312455764
Binary10011011011111010100001111011011111100110100101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,190,161); }

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

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

 a { background-color: rgb(77,190,161); }

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

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

 span { border-color: rgb(77,190,161); }

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