#4DC8A3

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

Shades of Puerto Rico #4DC8A3

Tints of Puerto Rico #4DC8A3

Color information

#4DC8A3 (or 0x4DC8A3) is unknown color: approx Puerto Rico. HEX triplet: 4D, C8 and A3. RGB value is (77,200,163). Sum of RGB (Red+Green+Blue) = 77+200+163=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC8A3 is #B2375C. Grayscale: #9F9F9F. Windows color (decimal): -11679581 or 10733645. OLE color: 10733645.

HSL color Cylindrical-coordinate representation of color #4DC8A3: hue angle of 161.95º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC8A3 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB77200163-
CMYK0.6200.180.22
HSL161.95º52.79%54.31%-
HSV(B)161.95º61.5%78.43%-
XYZ30.3345.5341.84-
YUV159130.2569.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.5%
GREEN value IS 200 (78.52% from 255) = 45.45%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=17.5%
G=45.45%
B=37.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal772001630.6200.180.22161.9552.7954.31
Hex4DC8A33E01216a23536
Octal11531024376022262426566
Binary100110111001000101000111111100100101011010100010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,200,163); }

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

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

 a { background-color: rgb(77,200,163); }

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

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

 span { border-color: rgb(77,200,163); }

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