#4DC4AF

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

Shades of Puerto Rico #4DC4AF

Tints of Puerto Rico #4DC4AF

Color information

#4DC4AF (or 0x4DC4AF) is unknown color: approx Puerto Rico. HEX triplet: 4D, C4 and AF. RGB value is (77,196,175). Sum of RGB (Red+Green+Blue) = 77+196+175=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC4AF is #B23B50. Grayscale: #9D9D9D. Windows color (decimal): -11680593 or 11519053. OLE color: 11519053.

HSL color Cylindrical-coordinate representation of color #4DC4AF: hue angle of 169.41º 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 #4DC4AF is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB77196175-
CMYK0.6100.110.23
HSL169.41º50.21%53.53%-
HSV(B)169.41º60.71%76.86%-
XYZ30.5444.1547.47-
YUV158.02137.5870.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.19%
GREEN value IS 196 (76.95% from 255) = 43.75%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=17.19%
G=43.75%
B=39.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771961750.6100.110.23169.4150.2153.53
Hex4DC4AF3D0B17a93236
Octal11530425775013272516266
Binary10011011100010010101111111101010111011110101001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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