#4DBA9A

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

Shades of Puerto Rico #4DBA9A

Tints of Puerto Rico #4DBA9A

Color information

#4DBA9A (or 0x4DBA9A) is unknown color: approx Puerto Rico. HEX triplet: 4D, BA and 9A. RGB value is (77,186,154). Sum of RGB (Red+Green+Blue) = 77+186+154=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA9A is #B24565. Grayscale: #959595. Windows color (decimal): -11683174 or 10140237. OLE color: 10140237.

HSL color Cylindrical-coordinate representation of color #4DBA9A: hue angle of 162.39º 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 #4DBA9A is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB77186154-
CMYK0.5900.170.27
HSL162.39º44.13%51.57%-
HSV(B)162.39º58.6%72.94%-
XYZ26.4539.0336.71-
YUV149.76130.3976.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.47%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=18.47%
G=44.60%
B=36.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771861540.5900.170.27162.3944.1351.57
Hex4DBA9A3B0111Ba22c34
Octal11527223273021332425464
Binary100110110111010100110101110110100011101110100010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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