#4DC4B4

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

Shades of Puerto Rico #4DC4B4

Tints of Puerto Rico #4DC4B4

Color information

#4DC4B4 (or 0x4DC4B4) is unknown color: approx Puerto Rico. HEX triplet: 4D, C4 and B4. RGB value is (77,196,180). Sum of RGB (Red+Green+Blue) = 77+196+180=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC4B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC4B4 is #B23B4B. Grayscale: #9E9E9E. Windows color (decimal): -11680588 or 11846733. OLE color: 11846733.

HSL color Cylindrical-coordinate representation of color #4DC4B4: hue angle of 171.93º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC4B4 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB77196180-
CMYK0.6100.080.23
HSL171.93º50.21%53.53%-
HSV(B)171.93º60.71%76.86%-
XYZ31.0444.3550.11-
YUV158.6140.0869.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.00%
GREEN value IS 196 (76.95% from 255) = 43.27%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=17.00%
G=43.27%
B=39.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771961800.6100.080.23171.9350.2153.53
Hex4DC4B43D0817ac3236
Octal11530426475010272546266
Binary10011011100010010110100111101010001011110101100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,196,180); }

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

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

 a { background-color: rgb(77,196,180); }

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

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

 span { border-color: rgb(77,196,180); }

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