#4DBA9C

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

Shades of Puerto Rico #4DBA9C

Tints of Puerto Rico #4DBA9C

Color information

#4DBA9C (or 0x4DBA9C) is unknown color: approx Puerto Rico. HEX triplet: 4D, BA and 9C. RGB value is (77,186,156). Sum of RGB (Red+Green+Blue) = 77+186+156=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA9C is #B24563. Grayscale: #969696. Windows color (decimal): -11683172 or 10271309. OLE color: 10271309.

HSL color Cylindrical-coordinate representation of color #4DBA9C: hue angle of 163.49º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBA9C is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB77186156-
CMYK0.5900.160.27
HSL163.49º44.13%51.57%-
HSV(B)163.49º58.6%72.94%-
XYZ26.6239.137.6-
YUV149.99131.3975.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.38%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=18.38%
G=44.39%
B=37.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771861560.5900.160.27163.4944.1351.57
Hex4DBA9C3B0101Ba32c34
Octal11527223473020332435464
Binary100110110111010100111001110110100001101110100011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,186,156); }

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

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

 a { background-color: rgb(77,186,156); }

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

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

 span { border-color: rgb(77,186,156); }

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