#4DADA5

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

Shades of Puerto Rico #4DADA5

Tints of Puerto Rico #4DADA5

Color information

#4DADA5 (or 0x4DADA5) is unknown color: approx Puerto Rico. HEX triplet: 4D, AD and A5. RGB value is (77,173,165). Sum of RGB (Red+Green+Blue) = 77+173+165=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #4DADA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DADA5 is #B2525A. Grayscale: #8F8F8F. Windows color (decimal): -11686491 or 10857805. OLE color: 10857805.

HSL color Cylindrical-coordinate representation of color #4DADA5: hue angle of 175º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DADA5 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB77173165-
CMYK0.5500.050.32
HSL175º38.4%49.02%-
HSV(B)175º55.49%67.84%-
XYZ24.834.1840.89-
YUV143.38140.280.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.55%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 165 (64.84% from 255) = 39.76%
R=18.55%
G=41.69%
B=39.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771731650.5500.050.3217538.449.02
Hex4DADA5370520af2631
Octal1152552456705402574661
Binary10011011010110110100101110111010110000010101111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,173,165); }

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

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

 a { background-color: rgb(77,173,165); }

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

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

 span { border-color: rgb(77,173,165); }

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